Shades of Glacier #8DBEC5
Tints of Glacier #8DBEC5
RGB
CMYK
RGB Variations
Color information
#8DBEC5 (or 0x8DBEC5) is known color: Glacier. HEX triplet: 8D, BE and C5. RGB value is (141,190,197). Sum of RGB (Red+Green+Blue) = 141+190+197=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 190 (74.61% from 255 or 35.98% 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 #8DBEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEC5 is #72413A. Grayscale: #B0B0B0. Windows color (decimal): -7487803 or 12959373. OLE color: 12959373.
HSL color Cylindrical-coordinate representation of color #8DBEC5: hue angle of 187.5º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DBEC5 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 190 | 197 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.23 |
| HSL | 187.5º | 0.33% | 0.66% | - |
| HSV(B) | 187.5º | 0.28% | 0.77% | - |
| XYZ | 39.48 | 46.52 | 59.72 | - |
| YUV | 176.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 197 | 0.28 | 0.04 | 0 | 0.23 | 187.5 | 0.33 | 0.66 |
| Hex | 8D | BE | C5 | 1C | 4 | 0 | 17 | BC | 21 | 42 |
| Octal | 215 | 276 | 305 | 34 | 4 | 0 | 27 | 274 | 41 | 102 |
| Binary | 10001101 | 10111110 | 11000101 | 11100 | 100 | 0 | 10111 | 10111100 | 100001 | 1000010 |
Color Harmonies of #8DBEC5
Complementary color
Monochromatic Colors of #8DBEC5
Black with #8DBEC5
Text Example
Text Example
White with #8DBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEC5; }
p { color: rgb(141,190,197); }
H1.HeaderClassName
{
color: #8DBEC5;
}
.AnyTagClassName
{
color: #8DBEC5;
}
</style>
background-color css
<style>
a { background-color: #8DBEC5; }
a { background-color: rgb(141,190,197); }
div.DivClassName
{
background-color: #8DBEC5;
}
.BgClassName
{
background-color: #8DBEC5;
}
</style>
border-color css
<style>
span { border-color: #8DBEC5; }
span { border-color: rgb(141,190,197); }
td.TdClassName
{
border-color: #8DBEC5;
}
.TagClassName
{
border-color: #8DBEC5;
}
</style>