#66b2d8

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

Shades of Malibu #66B2D8

Tints of Malibu #66B2D8

Color information

#66B2D8 (or 0x66B2D8) is unknown color: approx Malibu. HEX triplet: 66, B2 and D8. RGB value is (102,178,216). Sum of RGB (Red+Green+Blue) = 102+178+216=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #66B2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2D8 is #994D27. Grayscale: #9F9F9F. Windows color (decimal): -10046760 or 14201446. OLE color: 14201446.

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

Color convert

RGB102178216-
CMYK0.530.1800.15
HSL200º59.38%62.35%-
HSV(B)200º52.78%84.71%-
XYZ33.7939.6270.83-
YUV159.61159.8286.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.56%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 216 (84.77% from 255) = 43.55%
R=20.56%
G=35.89%
B=43.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021782160.530.1800.1520059.3862.35
Hex66B2D835120Fc83b3e
Octal14626233065220173107376
Binary11001101011001011011000110101100100111111001000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66b2d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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