Shades of Glacier #8ABCC3
Tints of Glacier #8ABCC3
RGB
CMYK
RGB Variations
Color information
#8ABCC3 (or 0x8ABCC3) is known color: Glacier. HEX triplet: 8A, BC and C3. RGB value is (138,188,195). Sum of RGB (Red+Green+Blue) = 138+188+195=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #8ABCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCC3 is #75433C. Grayscale: #ADADAD. Windows color (decimal): -7684925 or 12827786. OLE color: 12827786.
HSL color Cylindrical-coordinate representation of color #8ABCC3: hue angle of 187.37º 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 #8ABCC3 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 188 | 195 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.24 |
| HSL | 187.37º | 0.32% | 0.65% | - |
| HSV(B) | 187.37º | 0.29% | 0.76% | - |
| XYZ | 38.31 | 45.31 | 58.36 | - |
| YUV | 173.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 195 | 0.29 | 0.04 | 0 | 0.24 | 187.37 | 0.32 | 0.65 |
| Hex | 8A | BC | C3 | 1D | 4 | 0 | 18 | BB | 20 | 41 |
| Octal | 212 | 274 | 303 | 35 | 4 | 0 | 30 | 273 | 40 | 101 |
| Binary | 10001010 | 10111100 | 11000011 | 11101 | 100 | 0 | 11000 | 10111011 | 100000 | 1000001 |
Color Harmonies of #8ABCC3
Complementary color
Monochromatic Colors of #8ABCC3
Black with #8ABCC3
Text Example
Text Example
White with #8ABCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCC3; }
p { color: rgb(138,188,195); }
H1.HeaderClassName
{
color: #8ABCC3;
}
.AnyTagClassName
{
color: #8ABCC3;
}
</style>
background-color css
<style>
a { background-color: #8ABCC3; }
a { background-color: rgb(138,188,195); }
div.DivClassName
{
background-color: #8ABCC3;
}
.BgClassName
{
background-color: #8ABCC3;
}
</style>
border-color css
<style>
span { border-color: #8ABCC3; }
span { border-color: rgb(138,188,195); }
td.TdClassName
{
border-color: #8ABCC3;
}
.TagClassName
{
border-color: #8ABCC3;
}
</style>