Shades of Glacier #8ABFC2
Tints of Glacier #8ABFC2
RGB
CMYK
RGB Variations
Color information
#8ABFC2 (or 0x8ABFC2) is known color: Glacier. HEX triplet: 8A, BF and C2. RGB value is (138,191,194). Sum of RGB (Red+Green+Blue) = 138+191+194=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 194 - color contains mainly: blue. Hex color #8ABFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFC2 is #75403D. Grayscale: #AFAFAF. Windows color (decimal): -7684158 or 12763018. OLE color: 12763018.
HSL color Cylindrical-coordinate representation of color #8ABFC2: hue angle of 183.21º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8ABFC2 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 191 | 194 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.24 |
| HSL | 183.21º | 0.31% | 0.65% | - |
| HSV(B) | 183.21º | 0.29% | 0.76% | - |
| XYZ | 38.85 | 46.56 | 57.98 | - |
| YUV | 175.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 194 | 0.29 | 0.02 | 0 | 0.24 | 183.21 | 0.31 | 0.65 |
| Hex | 8A | BF | C2 | 1D | 2 | 0 | 18 | B7 | 1F | 41 |
| Octal | 212 | 277 | 302 | 35 | 2 | 0 | 30 | 267 | 37 | 101 |
| Binary | 10001010 | 10111111 | 11000010 | 11101 | 10 | 0 | 11000 | 10110111 | 11111 | 1000001 |
Color Harmonies of #8ABFC2
Complementary color
Monochromatic Colors of #8ABFC2
Black with #8ABFC2
Text Example
Text Example
White with #8ABFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFC2; }
p { color: rgb(138,191,194); }
H1.HeaderClassName
{
color: #8ABFC2;
}
.AnyTagClassName
{
color: #8ABFC2;
}
</style>
background-color css
<style>
a { background-color: #8ABFC2; }
a { background-color: rgb(138,191,194); }
div.DivClassName
{
background-color: #8ABFC2;
}
.BgClassName
{
background-color: #8ABFC2;
}
</style>
border-color css
<style>
span { border-color: #8ABFC2; }
span { border-color: rgb(138,191,194); }
td.TdClassName
{
border-color: #8ABFC2;
}
.TagClassName
{
border-color: #8ABFC2;
}
</style>