#66b2c4

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

Shades of Glacier #66B2C4

Tints of Glacier #66B2C4

Color information

#66B2C4 (or 0x66B2C4) is unknown color: approx Glacier. HEX triplet: 66, B2 and C4. RGB value is (102,178,196). Sum of RGB (Red+Green+Blue) = 102+178+196=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #66B2C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2C4 is #994D3B. Grayscale: #9D9D9D. Windows color (decimal): -10046780 or 12890726. OLE color: 12890726.

HSL color Cylindrical-coordinate representation of color #66B2C4: hue angle of 191.49º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66B2C4 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB102178196-
CMYK0.480.0900.23
HSL191.49º44.34%58.43%-
HSV(B)191.49º47.96%76.86%-
XYZ31.3638.6558.03-
YUV157.33149.8288.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.43%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=21.43%
G=37.39%
B=41.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021781960.480.0900.23191.4944.3458.43
Hex66B2C4309017bf2c3a
Octal14626230460110272775472
Binary11001101011001011000100110000100101011110111111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66b2c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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