Shades of Glacier #8CBFC5
Tints of Glacier #8CBFC5
RGB
CMYK
RGB Variations
Color information
#8CBFC5 (or 0x8CBFC5) is known color: Glacier. HEX triplet: 8C, BF and C5. RGB value is (140,191,197). Sum of RGB (Red+Green+Blue) = 140+191+197=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #8CBFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBFC5 is #73403A. Grayscale: #B0B0B0. Windows color (decimal): -7553083 or 12959628. OLE color: 12959628.
HSL color Cylindrical-coordinate representation of color #8CBFC5: hue angle of 186.32º 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 #8CBFC5 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 191 | 197 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.23 |
| HSL | 186.32º | 0.33% | 0.66% | - |
| HSV(B) | 186.32º | 0.29% | 0.77% | - |
| XYZ | 39.52 | 46.87 | 59.79 | - |
| YUV | 176.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 197 | 0.29 | 0.03 | 0 | 0.23 | 186.32 | 0.33 | 0.66 |
| Hex | 8C | BF | C5 | 1D | 3 | 0 | 17 | BA | 21 | 42 |
| Octal | 214 | 277 | 305 | 35 | 3 | 0 | 27 | 272 | 41 | 102 |
| Binary | 10001100 | 10111111 | 11000101 | 11101 | 11 | 0 | 10111 | 10111010 | 100001 | 1000010 |
Color Harmonies of #8CBFC5
Complementary color
Monochromatic Colors of #8CBFC5
Black with #8CBFC5
Text Example
Text Example
White with #8CBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBFC5; }
p { color: rgb(140,191,197); }
H1.HeaderClassName
{
color: #8CBFC5;
}
.AnyTagClassName
{
color: #8CBFC5;
}
</style>
background-color css
<style>
a { background-color: #8CBFC5; }
a { background-color: rgb(140,191,197); }
div.DivClassName
{
background-color: #8CBFC5;
}
.BgClassName
{
background-color: #8CBFC5;
}
</style>
border-color css
<style>
span { border-color: #8CBFC5; }
span { border-color: rgb(140,191,197); }
td.TdClassName
{
border-color: #8CBFC5;
}
.TagClassName
{
border-color: #8CBFC5;
}
</style>