Shades of Glacier #8DBDC5
Tints of Glacier #8DBDC5
RGB
CMYK
RGB Variations
Color information
#8DBDC5 (or 0x8DBDC5) is known color: Glacier. HEX triplet: 8D, BD and C5. RGB value is (141,189,197). Sum of RGB (Red+Green+Blue) = 141+189+197=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #8DBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDC5 is #72423A. Grayscale: #AFAFAF. Windows color (decimal): -7488059 or 12959117. OLE color: 12959117.
HSL color Cylindrical-coordinate representation of color #8DBDC5: hue angle of 188.57º 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 #8DBDC5 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 189 | 197 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.23 |
| HSL | 188.57º | 0.33% | 0.66% | - |
| HSV(B) | 188.57º | 0.28% | 0.77% | - |
| XYZ | 39.26 | 46.09 | 59.65 | - |
| YUV | 175.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 197 | 0.28 | 0.04 | 0 | 0.23 | 188.57 | 0.33 | 0.66 |
| Hex | 8D | BD | C5 | 1C | 4 | 0 | 17 | BD | 21 | 42 |
| Octal | 215 | 275 | 305 | 34 | 4 | 0 | 27 | 275 | 41 | 102 |
| Binary | 10001101 | 10111101 | 11000101 | 11100 | 100 | 0 | 10111 | 10111101 | 100001 | 1000010 |
Color Harmonies of #8DBDC5
Complementary color
Monochromatic Colors of #8DBDC5
Black with #8DBDC5
Text Example
Text Example
White with #8DBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDC5; }
p { color: rgb(141,189,197); }
H1.HeaderClassName
{
color: #8DBDC5;
}
.AnyTagClassName
{
color: #8DBDC5;
}
</style>
background-color css
<style>
a { background-color: #8DBDC5; }
a { background-color: rgb(141,189,197); }
div.DivClassName
{
background-color: #8DBDC5;
}
.BgClassName
{
background-color: #8DBDC5;
}
</style>
border-color css
<style>
span { border-color: #8DBDC5; }
span { border-color: rgb(141,189,197); }
td.TdClassName
{
border-color: #8DBDC5;
}
.TagClassName
{
border-color: #8DBDC5;
}
</style>