#74C1DF

Color #74C1DF Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #74C1DF

Tints of Malibu #74C1DF

Color information

#74C1DF (or 0x74C1DF) is unknown color: approx Malibu. HEX triplet: 74, C1 and DF. RGB value is (116,193,223). Sum of RGB (Red+Green+Blue) = 116+193+223=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #74C1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C1DF is #8B3E20. Grayscale: #ADADAD. Windows color (decimal): -9125409 or 14664052. OLE color: 14664052.

HSL color Cylindrical-coordinate representation of color #74C1DF: hue angle of 196.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C1DF is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116193223-
CMYK0.480.1300.13
HSL196.82º62.57%66.47%-
HSV(B)196.82º47.98%87.45%-
XYZ39.5947.1876.83-
YUV173.4155.9987.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 21.80%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=21.80%
G=36.28%
B=41.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161932230.480.1300.13196.8262.5766.47
Hex74C1DF30D0Dc53f42
Octal164301337601501530577102
Binary11101001100000111011111110000110101101110001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C1DF; }

 p { color: rgb(116,193,223); }

 H1.HeaderClassName
 {
   color: #74C1DF;
 }
 .AnyTagClassName
 {
   color: #74C1DF;
 }
</style>
background-color css

<style>
 a { background-color: #74C1DF; }

 a { background-color: rgb(116,193,223); }

 div.DivClassName
 {
   background-color: #74C1DF;
 }
 .BgClassName
 {
   background-color: #74C1DF;
 }
</style>
border-color css

<style>
 span { border-color: #74C1DF; }

 span { border-color: rgb(116,193,223); }

 td.TdClassName
 {
   border-color: #74C1DF;
 }
 .TagClassName
 {
   border-color: #74C1DF;
 }
</style>