Shades of Glacier #8DBEC2
Tints of Glacier #8DBEC2
RGB
CMYK
RGB Variations
Color information
#8DBEC2 (or 0x8DBEC2) is known color: Glacier. HEX triplet: 8D, BE and C2. RGB value is (141,190,194). Sum of RGB (Red+Green+Blue) = 141+190+194=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 194 - color contains mainly: blue. Hex color #8DBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEC2 is #72413D. Grayscale: #AFAFAF. Windows color (decimal): -7487806 or 12762765. OLE color: 12762765.
HSL color Cylindrical-coordinate representation of color #8DBEC2: hue angle of 184.53º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DBEC2 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 190 | 194 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.24 |
| HSL | 184.53º | 0.3% | 0.66% | - |
| HSV(B) | 184.53º | 0.27% | 0.76% | - |
| XYZ | 39.14 | 46.38 | 57.93 | - |
| YUV | 175.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 194 | 0.27 | 0.02 | 0 | 0.24 | 184.53 | 0.3 | 0.66 |
| Hex | 8D | BE | C2 | 1B | 2 | 0 | 18 | B9 | 1E | 42 |
| Octal | 215 | 276 | 302 | 33 | 2 | 0 | 30 | 271 | 36 | 102 |
| Binary | 10001101 | 10111110 | 11000010 | 11011 | 10 | 0 | 11000 | 10111001 | 11110 | 1000010 |
Color Harmonies of #8DBEC2
Complementary color
Monochromatic Colors of #8DBEC2
Black with #8DBEC2
Text Example
Text Example
White with #8DBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEC2; }
p { color: rgb(141,190,194); }
H1.HeaderClassName
{
color: #8DBEC2;
}
.AnyTagClassName
{
color: #8DBEC2;
}
</style>
background-color css
<style>
a { background-color: #8DBEC2; }
a { background-color: rgb(141,190,194); }
div.DivClassName
{
background-color: #8DBEC2;
}
.BgClassName
{
background-color: #8DBEC2;
}
</style>
border-color css
<style>
span { border-color: #8DBEC2; }
span { border-color: rgb(141,190,194); }
td.TdClassName
{
border-color: #8DBEC2;
}
.TagClassName
{
border-color: #8DBEC2;
}
</style>