Shades of Glacier #8ABDBE
Tints of Glacier #8ABDBE
RGB
CMYK
RGB Variations
Color information
#8ABDBE (or 0x8ABDBE) is known color: Glacier. HEX triplet: 8A, BD and BE. RGB value is (138,189,190). Sum of RGB (Red+Green+Blue) = 138+189+190=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #8ABDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDBE is #754241. Grayscale: #ADADAD. Windows color (decimal): -7684674 or 12500362. OLE color: 12500362.
HSL color Cylindrical-coordinate representation of color #8ABDBE: hue angle of 181.15º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABDBE is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 189 | 190 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.25 |
| HSL | 181.15º | 0.29% | 0.64% | - |
| HSV(B) | 181.15º | 0.27% | 0.75% | - |
| XYZ | 37.97 | 45.52 | 55.5 | - |
| YUV | 173.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 190 | 0.27 | 0.01 | 0 | 0.25 | 181.15 | 0.29 | 0.64 |
| Hex | 8A | BD | BE | 1B | 1 | 0 | 19 | B5 | 1D | 40 |
| Octal | 212 | 275 | 276 | 33 | 1 | 0 | 31 | 265 | 35 | 100 |
| Binary | 10001010 | 10111101 | 10111110 | 11011 | 1 | 0 | 11001 | 10110101 | 11101 | 1000000 |
Color Harmonies of #8ABDBE
Complementary color
Monochromatic Colors of #8ABDBE
Black with #8ABDBE
Text Example
Text Example
White with #8ABDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDBE; }
p { color: rgb(138,189,190); }
H1.HeaderClassName
{
color: #8ABDBE;
}
.AnyTagClassName
{
color: #8ABDBE;
}
</style>
background-color css
<style>
a { background-color: #8ABDBE; }
a { background-color: rgb(138,189,190); }
div.DivClassName
{
background-color: #8ABDBE;
}
.BgClassName
{
background-color: #8ABDBE;
}
</style>
border-color css
<style>
span { border-color: #8ABDBE; }
span { border-color: rgb(138,189,190); }
td.TdClassName
{
border-color: #8ABDBE;
}
.TagClassName
{
border-color: #8ABDBE;
}
</style>