Shades of Glacier #8CBEC2
Tints of Glacier #8CBEC2
RGB
CMYK
RGB Variations
Color information
#8CBEC2 (or 0x8CBEC2) is known color: Glacier. HEX triplet: 8C, BE and C2. RGB value is (140,190,194). Sum of RGB (Red+Green+Blue) = 140+190+194=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 194 - color contains mainly: blue. Hex color #8CBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBEC2 is #73413D. Grayscale: #AFAFAF. Windows color (decimal): -7553342 or 12762764. OLE color: 12762764.
HSL color Cylindrical-coordinate representation of color #8CBEC2: hue angle of 184.44º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CBEC2 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 190 | 194 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.24 |
| HSL | 184.44º | 0.31% | 0.65% | - |
| HSV(B) | 184.44º | 0.28% | 0.76% | - |
| XYZ | 38.97 | 46.3 | 57.92 | - |
| YUV | 175.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 194 | 0.28 | 0.02 | 0 | 0.24 | 184.44 | 0.31 | 0.65 |
| Hex | 8C | BE | C2 | 1C | 2 | 0 | 18 | B8 | 1F | 41 |
| Octal | 214 | 276 | 302 | 34 | 2 | 0 | 30 | 270 | 37 | 101 |
| Binary | 10001100 | 10111110 | 11000010 | 11100 | 10 | 0 | 11000 | 10111000 | 11111 | 1000001 |
Color Harmonies of #8CBEC2
Complementary color
Monochromatic Colors of #8CBEC2
Black with #8CBEC2
Text Example
Text Example
White with #8CBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEC2; }
p { color: rgb(140,190,194); }
H1.HeaderClassName
{
color: #8CBEC2;
}
.AnyTagClassName
{
color: #8CBEC2;
}
</style>
background-color css
<style>
a { background-color: #8CBEC2; }
a { background-color: rgb(140,190,194); }
div.DivClassName
{
background-color: #8CBEC2;
}
.BgClassName
{
background-color: #8CBEC2;
}
</style>
border-color css
<style>
span { border-color: #8CBEC2; }
span { border-color: rgb(140,190,194); }
td.TdClassName
{
border-color: #8CBEC2;
}
.TagClassName
{
border-color: #8CBEC2;
}
</style>