Shades of Glacier #8CBEBF
Tints of Glacier #8CBEBF
RGB
CMYK
RGB Variations
Color information
#8CBEBF (or 0x8CBEBF) is known color: Glacier. HEX triplet: 8C, BE and BF. RGB value is (140,190,191). Sum of RGB (Red+Green+Blue) = 140+190+191=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBEBF is #734140. Grayscale: #AFAFAF. Windows color (decimal): -7553345 or 12566156. OLE color: 12566156.
HSL color Cylindrical-coordinate representation of color #8CBEBF: hue angle of 181.18º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CBEBF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 191 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.25 |
| HSL | 181.18º | 0.28% | 0.65% | - |
| HSV(B) | 181.18º | 0.27% | 0.75% | - |
| XYZ | 38.63 | 46.16 | 56.16 | - |
| YUV | 175.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 191 | 0.27 | 0.01 | 0 | 0.25 | 181.18 | 0.28 | 0.65 |
| Hex | 8C | BE | BF | 1B | 1 | 0 | 19 | B5 | 1C | 41 |
| Octal | 214 | 276 | 277 | 33 | 1 | 0 | 31 | 265 | 34 | 101 |
| Binary | 10001100 | 10111110 | 10111111 | 11011 | 1 | 0 | 11001 | 10110101 | 11100 | 1000001 |
Color Harmonies of #8CBEBF
Complementary color
Monochromatic Colors of #8CBEBF
Black with #8CBEBF
Text Example
Text Example
White with #8CBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEBF; }
p { color: rgb(140,190,191); }
H1.HeaderClassName
{
color: #8CBEBF;
}
.AnyTagClassName
{
color: #8CBEBF;
}
</style>
background-color css
<style>
a { background-color: #8CBEBF; }
a { background-color: rgb(140,190,191); }
div.DivClassName
{
background-color: #8CBEBF;
}
.BgClassName
{
background-color: #8CBEBF;
}
</style>
border-color css
<style>
span { border-color: #8CBEBF; }
span { border-color: rgb(140,190,191); }
td.TdClassName
{
border-color: #8CBEBF;
}
.TagClassName
{
border-color: #8CBEBF;
}
</style>