#66B2DE

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

Shades of Malibu #66B2DE

Tints of Malibu #66B2DE

Color information

#66B2DE (or 0x66B2DE) is unknown color: approx Malibu. HEX triplet: 66, B2 and DE. RGB value is (102,178,222). Sum of RGB (Red+Green+Blue) = 102+178+222=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #66B2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2DE is #994D21. Grayscale: #A0A0A0. Windows color (decimal): -10046754 or 14594662. OLE color: 14594662.

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

Color convert

RGB102178222-
CMYK0.540.2000.13
HSL202º64.52%63.53%-
HSV(B)202º54.05%87.06%-
XYZ34.5839.9474.99-
YUV160.29162.8286.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.32%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=20.32%
G=35.46%
B=44.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021782220.540.2000.1320264.5263.53
Hex66B2DE36140Dca4140
Octal1462623366624015312101100
Binary1100110101100101101111011011010100011011100101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,178,222); }

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

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

 a { background-color: rgb(102,178,222); }

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

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

 span { border-color: rgb(102,178,222); }

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