#66B0C3

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

Shades of Glacier #66B0C3

Tints of Glacier #66B0C3

Color information

#66B0C3 (or 0x66B0C3) is unknown color: approx Glacier. HEX triplet: 66, B0 and C3. RGB value is (102,176,195). Sum of RGB (Red+Green+Blue) = 102+176+195=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #66B0C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B0C3 is #994F3C. Grayscale: #9B9B9B. Windows color (decimal): -10047293 or 12824678. OLE color: 12824678.

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

Color convert

RGB102176195-
CMYK0.480.1000.24
HSL192.26º43.66%58.24%-
HSV(B)192.26º47.69%76.47%-
XYZ30.8637.8257.3-
YUV156.04149.9889.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=21.56%
G=37.21%
B=41.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021761950.480.1000.24192.2643.6658.24
Hex66B0C330A018c02c3a
Octal14626030360120303005472
Binary11001101011000011000011110000101001100011000000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,176,195); }

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

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

 a { background-color: rgb(102,176,195); }

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

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

 span { border-color: rgb(102,176,195); }

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