Shades of Glacier #66B9C5
Tints of Glacier #66B9C5
RGB
CMYK
RGB Variations
Color information
#66B9C5 (or 0x66B9C5) is known color: Glacier. HEX triplet: 66, B9 and C5. RGB value is (102,185,197). Sum of RGB (Red+Green+Blue) = 102+185+197=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 197 - color contains mainly: blue. Hex color #66B9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B9C5 is #99463A. Grayscale: #A1A1A1. Windows color (decimal): -10044987 or 12958054. OLE color: 12958054.
HSL color Cylindrical-coordinate representation of color #66B9C5: hue angle of 187.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66B9C5 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 185 | 197 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.23 |
| HSL | 187.58º | 0.45% | 0.59% | - |
| HSV(B) | 187.58º | 0.48% | 0.77% | - |
| XYZ | 32.91 | 41.55 | 59.11 | - |
| YUV | 161.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 197 | 0.48 | 0.06 | 0 | 0.23 | 187.58 | 0.45 | 0.59 |
| Hex | 66 | B9 | C5 | 30 | 6 | 0 | 17 | BC | 2D | 3B |
| Octal | 146 | 271 | 305 | 60 | 6 | 0 | 27 | 274 | 55 | 73 |
| Binary | 1100110 | 10111001 | 11000101 | 110000 | 110 | 0 | 10111 | 10111100 | 101101 | 111011 |
Color Harmonies of #66B9C5
Complementary color
Monochromatic Colors of #66B9C5
Black with #66B9C5
Text Example
Text Example
White with #66B9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B9C5; }
p { color: rgb(102,185,197); }
H1.HeaderClassName
{
color: #66B9C5;
}
.AnyTagClassName
{
color: #66B9C5;
}
</style>
background-color css
<style>
a { background-color: #66B9C5; }
a { background-color: rgb(102,185,197); }
div.DivClassName
{
background-color: #66B9C5;
}
.BgClassName
{
background-color: #66B9C5;
}
</style>
border-color css
<style>
span { border-color: #66B9C5; }
span { border-color: rgb(102,185,197); }
td.TdClassName
{
border-color: #66B9C5;
}
.TagClassName
{
border-color: #66B9C5;
}
</style>