Shades of Glacier #8ABEC3
Tints of Glacier #8ABEC3
RGB
CMYK
RGB Variations
Color information
#8ABEC3 (or 0x8ABEC3) is known color: Glacier. HEX triplet: 8A, BE and C3. RGB value is (138,190,195). Sum of RGB (Red+Green+Blue) = 138+190+195=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #8ABEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEC3 is #75413C. Grayscale: #AEAEAE. Windows color (decimal): -7684413 or 12828298. OLE color: 12828298.
HSL color Cylindrical-coordinate representation of color #8ABEC3: hue angle of 185.26º degrees, saturation: 0.32, 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 #8ABEC3 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 190 | 195 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.24 |
| HSL | 185.26º | 0.32% | 0.65% | - |
| HSV(B) | 185.26º | 0.29% | 0.76% | - |
| XYZ | 38.75 | 46.17 | 58.5 | - |
| YUV | 175.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 195 | 0.29 | 0.03 | 0 | 0.24 | 185.26 | 0.32 | 0.65 |
| Hex | 8A | BE | C3 | 1D | 3 | 0 | 18 | B9 | 20 | 41 |
| Octal | 212 | 276 | 303 | 35 | 3 | 0 | 30 | 271 | 40 | 101 |
| Binary | 10001010 | 10111110 | 11000011 | 11101 | 11 | 0 | 11000 | 10111001 | 100000 | 1000001 |
Color Harmonies of #8ABEC3
Complementary color
Monochromatic Colors of #8ABEC3
Black with #8ABEC3
Text Example
Text Example
White with #8ABEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABEC3; }
p { color: rgb(138,190,195); }
H1.HeaderClassName
{
color: #8ABEC3;
}
.AnyTagClassName
{
color: #8ABEC3;
}
</style>
background-color css
<style>
a { background-color: #8ABEC3; }
a { background-color: rgb(138,190,195); }
div.DivClassName
{
background-color: #8ABEC3;
}
.BgClassName
{
background-color: #8ABEC3;
}
</style>
border-color css
<style>
span { border-color: #8ABEC3; }
span { border-color: rgb(138,190,195); }
td.TdClassName
{
border-color: #8ABEC3;
}
.TagClassName
{
border-color: #8ABEC3;
}
</style>