Shades of Glacier #8BBEC3
Tints of Glacier #8BBEC3
RGB
CMYK
RGB Variations
Color information
#8BBEC3 (or 0x8BBEC3) is known color: Glacier. HEX triplet: 8B, BE and C3. RGB value is (139,190,195). Sum of RGB (Red+Green+Blue) = 139+190+195=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 195 - color contains mainly: blue. Hex color #8BBEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEC3 is #74413C. Grayscale: #AFAFAF. Windows color (decimal): -7618877 or 12828299. OLE color: 12828299.
HSL color Cylindrical-coordinate representation of color #8BBEC3: hue angle of 185.36º 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 #8BBEC3 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 190 | 195 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.24 |
| HSL | 185.36º | 0.32% | 0.65% | - |
| HSV(B) | 185.36º | 0.29% | 0.76% | - |
| XYZ | 38.91 | 46.26 | 58.51 | - |
| YUV | 175.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 195 | 0.29 | 0.03 | 0 | 0.24 | 185.36 | 0.32 | 0.65 |
| Hex | 8B | BE | C3 | 1D | 3 | 0 | 18 | B9 | 20 | 41 |
| Octal | 213 | 276 | 303 | 35 | 3 | 0 | 30 | 271 | 40 | 101 |
| Binary | 10001011 | 10111110 | 11000011 | 11101 | 11 | 0 | 11000 | 10111001 | 100000 | 1000001 |
Color Harmonies of #8BBEC3
Complementary color
Monochromatic Colors of #8BBEC3
Black with #8BBEC3
Text Example
Text Example
White with #8BBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEC3; }
p { color: rgb(139,190,195); }
H1.HeaderClassName
{
color: #8BBEC3;
}
.AnyTagClassName
{
color: #8BBEC3;
}
</style>
background-color css
<style>
a { background-color: #8BBEC3; }
a { background-color: rgb(139,190,195); }
div.DivClassName
{
background-color: #8BBEC3;
}
.BgClassName
{
background-color: #8BBEC3;
}
</style>
border-color css
<style>
span { border-color: #8BBEC3; }
span { border-color: rgb(139,190,195); }
td.TdClassName
{
border-color: #8BBEC3;
}
.TagClassName
{
border-color: #8BBEC3;
}
</style>