#66C3DD

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

Shades of Malibu #66C3DD

Tints of Malibu #66C3DD

Color information

#66C3DD (or 0x66C3DD) is unknown color: approx Malibu. HEX triplet: 66, C3 and DD. RGB value is (102,195,221). Sum of RGB (Red+Green+Blue) = 102+195+221=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #66C3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C3DD is #993C22. Grayscale: #A9A9A9. Windows color (decimal): -10042403 or 14533478. OLE color: 14533478.

HSL color Cylindrical-coordinate representation of color #66C3DD: hue angle of 193.11º 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 #66C3DD is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102195221-
CMYK0.540.1200.13
HSL193.11º63.64%63.33%-
HSV(B)193.11º53.85%86.67%-
XYZ38.0547.0875.49-
YUV170.16156.6979.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.69%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=19.69%
G=37.64%
B=42.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021952210.540.1200.13193.1163.6463.33
Hex66C3DD36C0Dc1403f
Octal146303335661401530110077
Binary11001101100001111011101110110110001101110000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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