#66C2DB

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

Shades of Malibu #66C2DB

Tints of Malibu #66C2DB

Color information

#66C2DB (or 0x66C2DB) is unknown color: approx Malibu. HEX triplet: 66, C2 and DB. RGB value is (102,194,219). Sum of RGB (Red+Green+Blue) = 102+194+219=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #66C2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C2DB is #993D24. Grayscale: #A9A9A9. Windows color (decimal): -10042661 or 14402150. OLE color: 14402150.

HSL color Cylindrical-coordinate representation of color #66C2DB: hue angle of 192.82º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66C2DB is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB102194219-
CMYK0.530.1100.14
HSL192.82º61.9%62.94%-
HSV(B)192.82º53.42%85.88%-
XYZ37.5646.5274.02-
YUV169.34156.0279.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.81%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=19.81%
G=37.67%
B=42.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1021942190.530.1100.14192.8261.962.94
Hex66C2DB35B0Ec13e3f
Octal14630233365130163017677
Binary1100110110000101101101111010110110111011000001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,194,219); }

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

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

 a { background-color: rgb(102,194,219); }

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

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

 span { border-color: rgb(102,194,219); }

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