Shades of Glacier #8ABDC7
Tints of Glacier #8ABDC7
RGB
CMYK
RGB Variations
Color information
#8ABDC7 (or 0x8ABDC7) is known color: Glacier. HEX triplet: 8A, BD and C7. RGB value is (138,189,199). Sum of RGB (Red+Green+Blue) = 138+189+199=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 199 - color contains mainly: blue. Hex color #8ABDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDC7 is #754238. Grayscale: #AEAEAE. Windows color (decimal): -7684665 or 13090186. OLE color: 13090186.
HSL color Cylindrical-coordinate representation of color #8ABDC7: hue angle of 189.84º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABDC7 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 189 | 199 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.22 |
| HSL | 189.84º | 0.35% | 0.66% | - |
| HSV(B) | 189.84º | 0.31% | 0.78% | - |
| XYZ | 38.99 | 45.92 | 60.84 | - |
| YUV | 174.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 199 | 0.31 | 0.05 | 0 | 0.22 | 189.84 | 0.35 | 0.66 |
| Hex | 8A | BD | C7 | 1F | 5 | 0 | 16 | BE | 23 | 42 |
| Octal | 212 | 275 | 307 | 37 | 5 | 0 | 26 | 276 | 43 | 102 |
| Binary | 10001010 | 10111101 | 11000111 | 11111 | 101 | 0 | 10110 | 10111110 | 100011 | 1000010 |
Color Harmonies of #8ABDC7
Complementary color
Monochromatic Colors of #8ABDC7
Black with #8ABDC7
Text Example
Text Example
White with #8ABDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDC7; }
p { color: rgb(138,189,199); }
H1.HeaderClassName
{
color: #8ABDC7;
}
.AnyTagClassName
{
color: #8ABDC7;
}
</style>
background-color css
<style>
a { background-color: #8ABDC7; }
a { background-color: rgb(138,189,199); }
div.DivClassName
{
background-color: #8ABDC7;
}
.BgClassName
{
background-color: #8ABDC7;
}
</style>
border-color css
<style>
span { border-color: #8ABDC7; }
span { border-color: rgb(138,189,199); }
td.TdClassName
{
border-color: #8ABDC7;
}
.TagClassName
{
border-color: #8ABDC7;
}
</style>