Shades of Glacier #8CBAC5
Tints of Glacier #8CBAC5
RGB
CMYK
RGB Variations
Color information
#8CBAC5 (or 0x8CBAC5) is known color: Glacier. HEX triplet: 8C, BA and C5. RGB value is (140,186,197). Sum of RGB (Red+Green+Blue) = 140+186+197=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 197 - color contains mainly: blue. Hex color #8CBAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBAC5 is #73453A. Grayscale: #ADADAD. Windows color (decimal): -7554363 or 12958348. OLE color: 12958348.
HSL color Cylindrical-coordinate representation of color #8CBAC5: hue angle of 191.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CBAC5 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 186 | 197 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.23 |
| HSL | 191.58º | 0.33% | 0.66% | - |
| HSV(B) | 191.58º | 0.29% | 0.77% | - |
| XYZ | 38.45 | 44.72 | 59.43 | - |
| YUV | 173.5 | 141.26 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 197 | 0.29 | 0.06 | 0 | 0.23 | 191.58 | 0.33 | 0.66 |
| Hex | 8C | BA | C5 | 1D | 6 | 0 | 17 | C0 | 21 | 42 |
| Octal | 214 | 272 | 305 | 35 | 6 | 0 | 27 | 300 | 41 | 102 |
| Binary | 10001100 | 10111010 | 11000101 | 11101 | 110 | 0 | 10111 | 11000000 | 100001 | 1000010 |
Color Harmonies of #8CBAC5
Complementary color
Monochromatic Colors of #8CBAC5
Black with #8CBAC5
Text Example
Text Example
White with #8CBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAC5; }
p { color: rgb(140,186,197); }
H1.HeaderClassName
{
color: #8CBAC5;
}
.AnyTagClassName
{
color: #8CBAC5;
}
</style>
background-color css
<style>
a { background-color: #8CBAC5; }
a { background-color: rgb(140,186,197); }
div.DivClassName
{
background-color: #8CBAC5;
}
.BgClassName
{
background-color: #8CBAC5;
}
</style>
border-color css
<style>
span { border-color: #8CBAC5; }
span { border-color: rgb(140,186,197); }
td.TdClassName
{
border-color: #8CBAC5;
}
.TagClassName
{
border-color: #8CBAC5;
}
</style>