Shades of Glacier #66ADC6
Tints of Glacier #66ADC6
RGB
CMYK
RGB Variations
Color information
#66ADC6 (or 0x66ADC6) is known color: Glacier. HEX triplet: 66, AD and C6. RGB value is (102,173,198). Sum of RGB (Red+Green+Blue) = 102+173+198=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #66ADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADC6 is #995239. Grayscale: #9A9A9A. Windows color (decimal): -10048058 or 13020518. OLE color: 13020518.
HSL color Cylindrical-coordinate representation of color #66ADC6: hue angle of 195.62º 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 #66ADC6 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 173 | 198 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.22 |
| HSL | 195.63º | 0.46% | 0.59% | - |
| HSV(B) | 195.63º | 0.48% | 0.78% | - |
| XYZ | 30.62 | 36.79 | 58.91 | - |
| YUV | 154.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 198 | 0.48 | 0.13 | 0 | 0.22 | 195.63 | 0.46 | 0.59 |
| Hex | 66 | AD | C6 | 30 | D | 0 | 16 | C4 | 2E | 3B |
| Octal | 146 | 255 | 306 | 60 | 15 | 0 | 26 | 304 | 56 | 73 |
| Binary | 1100110 | 10101101 | 11000110 | 110000 | 1101 | 0 | 10110 | 11000100 | 101110 | 111011 |
Color Harmonies of #66ADC6
Complementary color
Monochromatic Colors of #66ADC6
Black with #66ADC6
Text Example
Text Example
White with #66ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADC6; }
p { color: rgb(102,173,198); }
H1.HeaderClassName
{
color: #66ADC6;
}
.AnyTagClassName
{
color: #66ADC6;
}
</style>
background-color css
<style>
a { background-color: #66ADC6; }
a { background-color: rgb(102,173,198); }
div.DivClassName
{
background-color: #66ADC6;
}
.BgClassName
{
background-color: #66ADC6;
}
</style>
border-color css
<style>
span { border-color: #66ADC6; }
span { border-color: rgb(102,173,198); }
td.TdClassName
{
border-color: #66ADC6;
}
.TagClassName
{
border-color: #66ADC6;
}
</style>