#66B1C2

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

Shades of Glacier #66B1C2

Tints of Glacier #66B1C2

Color information

#66B1C2 (or 0x66B1C2) is unknown color: approx Glacier. HEX triplet: 66, B1 and C2. RGB value is (102,177,194). Sum of RGB (Red+Green+Blue) = 102+177+194=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #66B1C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B1C2 is #994E3D. Grayscale: #9C9C9C. Windows color (decimal): -10047038 or 12759398. OLE color: 12759398.

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

Color convert

RGB102177194-
CMYK0.470.0900.24
HSL191.09º42.99%58.04%-
HSV(B)191.09º47.42%76.08%-
XYZ30.9438.1656.77-
YUV156.51149.1589.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 194 (76.17% from 255) = 41.01%
R=21.56%
G=37.42%
B=41.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021771940.470.0900.24191.0942.9958.04
Hex66B1C22F9018bf2b3a
Octal14626130257110302775372
Binary11001101011000111000010101111100101100010111111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,177,194); }

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

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

 a { background-color: rgb(102,177,194); }

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

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

 span { border-color: rgb(102,177,194); }

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