Shades of Glacier #8BBDC3
Tints of Glacier #8BBDC3
RGB
CMYK
RGB Variations
Color information
#8BBDC3 (or 0x8BBDC3) is known color: Glacier. HEX triplet: 8B, BD and C3. RGB value is (139,189,195). Sum of RGB (Red+Green+Blue) = 139+189+195=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #8BBDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDC3 is #74423C. Grayscale: #AEAEAE. Windows color (decimal): -7619133 or 12828043. OLE color: 12828043.
HSL color Cylindrical-coordinate representation of color #8BBDC3: hue angle of 186.43º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BBDC3 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 189 | 195 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.24 |
| HSL | 186.43º | 0.32% | 0.65% | - |
| HSV(B) | 186.43º | 0.29% | 0.76% | - |
| XYZ | 38.7 | 45.82 | 58.44 | - |
| YUV | 174.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 195 | 0.29 | 0.03 | 0 | 0.24 | 186.43 | 0.32 | 0.65 |
| Hex | 8B | BD | C3 | 1D | 3 | 0 | 18 | BA | 20 | 41 |
| Octal | 213 | 275 | 303 | 35 | 3 | 0 | 30 | 272 | 40 | 101 |
| Binary | 10001011 | 10111101 | 11000011 | 11101 | 11 | 0 | 11000 | 10111010 | 100000 | 1000001 |
Color Harmonies of #8BBDC3
Complementary color
Monochromatic Colors of #8BBDC3
Black with #8BBDC3
Text Example
Text Example
White with #8BBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDC3; }
p { color: rgb(139,189,195); }
H1.HeaderClassName
{
color: #8BBDC3;
}
.AnyTagClassName
{
color: #8BBDC3;
}
</style>
background-color css
<style>
a { background-color: #8BBDC3; }
a { background-color: rgb(139,189,195); }
div.DivClassName
{
background-color: #8BBDC3;
}
.BgClassName
{
background-color: #8BBDC3;
}
</style>
border-color css
<style>
span { border-color: #8BBDC3; }
span { border-color: rgb(139,189,195); }
td.TdClassName
{
border-color: #8BBDC3;
}
.TagClassName
{
border-color: #8BBDC3;
}
</style>