Shades of Glacier #8AB8C6
Tints of Glacier #8AB8C6
RGB
CMYK
RGB Variations
Color information
#8AB8C6 (or 0x8AB8C6) is known color: Glacier. HEX triplet: 8A, B8 and C6. RGB value is (138,184,198). Sum of RGB (Red+Green+Blue) = 138+184+198=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #8AB8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8C6 is #754739. Grayscale: #ABABAB. Windows color (decimal): -7685946 or 13023370. OLE color: 13023370.
HSL color Cylindrical-coordinate representation of color #8AB8C6: hue angle of 194º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AB8C6 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 184 | 198 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.22 |
| HSL | 194º | 0.34% | 0.66% | - |
| HSV(B) | 194º | 0.3% | 0.78% | - |
| XYZ | 37.81 | 43.76 | 59.88 | - |
| YUV | 171.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 198 | 0.30 | 0.07 | 0 | 0.22 | 194 | 0.34 | 0.66 |
| Hex | 8A | B8 | C6 | 1E | 7 | 0 | 16 | C2 | 22 | 42 |
| Octal | 212 | 270 | 306 | 36 | 7 | 0 | 26 | 302 | 42 | 102 |
| Binary | 10001010 | 10111000 | 11000110 | 11110 | 111 | 0 | 10110 | 11000010 | 100010 | 1000010 |
Color Harmonies of #8AB8C6
Complementary color
Monochromatic Colors of #8AB8C6
Black with #8AB8C6
Text Example
Text Example
White with #8AB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB8C6; }
p { color: rgb(138,184,198); }
H1.HeaderClassName
{
color: #8AB8C6;
}
.AnyTagClassName
{
color: #8AB8C6;
}
</style>
background-color css
<style>
a { background-color: #8AB8C6; }
a { background-color: rgb(138,184,198); }
div.DivClassName
{
background-color: #8AB8C6;
}
.BgClassName
{
background-color: #8AB8C6;
}
</style>
border-color css
<style>
span { border-color: #8AB8C6; }
span { border-color: rgb(138,184,198); }
td.TdClassName
{
border-color: #8AB8C6;
}
.TagClassName
{
border-color: #8AB8C6;
}
</style>