Shades of Glacier #66AFC6
Tints of Glacier #66AFC6
RGB
CMYK
RGB Variations
Color information
#66AFC6 (or 0x66AFC6) is known color: Glacier. HEX triplet: 66, AF and C6. RGB value is (102,175,198). Sum of RGB (Red+Green+Blue) = 102+175+198=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #66AFC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFC6 is #995039. Grayscale: #9B9B9B. Windows color (decimal): -10047546 or 13021030. OLE color: 13021030.
HSL color Cylindrical-coordinate representation of color #66AFC6: hue angle of 194.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66AFC6 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 175 | 198 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.22 |
| HSL | 194.38º | 0.46% | 0.59% | - |
| HSV(B) | 194.38º | 0.48% | 0.78% | - |
| XYZ | 31 | 37.56 | 59.04 | - |
| YUV | 155.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 198 | 0.48 | 0.12 | 0 | 0.22 | 194.38 | 0.46 | 0.59 |
| Hex | 66 | AF | C6 | 30 | C | 0 | 16 | C2 | 2E | 3B |
| Octal | 146 | 257 | 306 | 60 | 14 | 0 | 26 | 302 | 56 | 73 |
| Binary | 1100110 | 10101111 | 11000110 | 110000 | 1100 | 0 | 10110 | 11000010 | 101110 | 111011 |
Color Harmonies of #66AFC6
Complementary color
Monochromatic Colors of #66AFC6
Black with #66AFC6
Text Example
Text Example
White with #66AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AFC6; }
p { color: rgb(102,175,198); }
H1.HeaderClassName
{
color: #66AFC6;
}
.AnyTagClassName
{
color: #66AFC6;
}
</style>
background-color css
<style>
a { background-color: #66AFC6; }
a { background-color: rgb(102,175,198); }
div.DivClassName
{
background-color: #66AFC6;
}
.BgClassName
{
background-color: #66AFC6;
}
</style>
border-color css
<style>
span { border-color: #66AFC6; }
span { border-color: rgb(102,175,198); }
td.TdClassName
{
border-color: #66AFC6;
}
.TagClassName
{
border-color: #66AFC6;
}
</style>