#66BBDA

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

Shades of Malibu #66BBDA

Tints of Malibu #66BBDA

Color information

#66BBDA (or 0x66BBDA) is unknown color: approx Malibu. HEX triplet: 66, BB and DA. RGB value is (102,187,218). Sum of RGB (Red+Green+Blue) = 102+187+218=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #66BBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBDA is #994425. Grayscale: #A4A4A4. Windows color (decimal): -10044454 or 14334822. OLE color: 14334822.

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

Color convert

RGB102187218-
CMYK0.530.1400.15
HSL196.03º61.05%62.75%-
HSV(B)196.03º53.21%85.49%-
XYZ35.943.4372.82-
YUV165.12157.8482.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.12%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=20.12%
G=36.88%
B=43.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021872180.530.1400.15196.0361.0562.75
Hex66BBDA35E0Fc43d3f
Octal14627333265160173047577
Binary1100110101110111101101011010111100111111000100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,218); }

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

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

 a { background-color: rgb(102,187,218); }

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

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

 span { border-color: rgb(102,187,218); }

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