#66B3C2

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

Shades of Glacier #66B3C2

Tints of Glacier #66B3C2

Color information

#66B3C2 (or 0x66B3C2) is unknown color: approx Glacier. HEX triplet: 66, B3 and C2. RGB value is (102,179,194). Sum of RGB (Red+Green+Blue) = 102+179+194=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #66B3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B3C2 is #994C3D. Grayscale: #9D9D9D. Windows color (decimal): -10046526 or 12759910. OLE color: 12759910.

HSL color Cylindrical-coordinate representation of color #66B3C2: hue angle of 189.78º 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 #66B3C2 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB102179194-
CMYK0.470.0800.24
HSL189.78º42.99%58.04%-
HSV(B)189.78º47.42%76.08%-
XYZ31.3438.9656.91-
YUV157.69148.4988.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 194 (76.17% from 255) = 40.84%
R=21.47%
G=37.68%
B=40.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021791940.470.0800.24189.7842.9958.04
Hex66B3C22F8018be2b3a
Octal14626330257100302765372
Binary11001101011001111000010101111100001100010111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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