#66C4DD

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

Shades of Malibu #66C4DD

Tints of Malibu #66C4DD

Color information

#66C4DD (or 0x66C4DD) is unknown color: approx Malibu. HEX triplet: 66, C4 and DD. RGB value is (102,196,221). Sum of RGB (Red+Green+Blue) = 102+196+221=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #66C4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C4DD is #993B22. Grayscale: #AAAAAA. Windows color (decimal): -10042147 or 14533734. OLE color: 14533734.

HSL color Cylindrical-coordinate representation of color #66C4DD: hue angle of 192.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66C4DD is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102196221-
CMYK0.540.1100.13
HSL192.61º63.64%63.33%-
HSV(B)192.61º53.85%86.67%-
XYZ38.2747.5375.56-
YUV170.74156.3678.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.65%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=19.65%
G=37.76%
B=42.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021962210.540.1100.13192.6163.6463.33
Hex66C4DD36B0Dc1403f
Octal146304335661301530110077
Binary11001101100010011011101110110101101101110000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66C4DD; }

 p { color: rgb(102,196,221); }

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

<style>
 a { background-color: #66C4DD; }

 a { background-color: rgb(102,196,221); }

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

<style>
 span { border-color: #66C4DD; }

 span { border-color: rgb(102,196,221); }

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