Shades of Glacier #8BBFC5
Tints of Glacier #8BBFC5
RGB
CMYK
RGB Variations
Color information
#8BBFC5 (or 0x8BBFC5) is known color: Glacier. HEX triplet: 8B, BF and C5. RGB value is (139,191,197). Sum of RGB (Red+Green+Blue) = 139+191+197=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 191 (75% from 255 or 36.24% 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 #8BBFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFC5 is #74403A. Grayscale: #B0B0B0. Windows color (decimal): -7618619 or 12959627. OLE color: 12959627.
HSL color Cylindrical-coordinate representation of color #8BBFC5: hue angle of 186.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BBFC5 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 191 | 197 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.23 |
| HSL | 186.21º | 0.33% | 0.66% | - |
| HSV(B) | 186.21º | 0.29% | 0.77% | - |
| XYZ | 39.36 | 46.78 | 59.78 | - |
| YUV | 176.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 197 | 0.29 | 0.03 | 0 | 0.23 | 186.21 | 0.33 | 0.66 |
| Hex | 8B | BF | C5 | 1D | 3 | 0 | 17 | BA | 21 | 42 |
| Octal | 213 | 277 | 305 | 35 | 3 | 0 | 27 | 272 | 41 | 102 |
| Binary | 10001011 | 10111111 | 11000101 | 11101 | 11 | 0 | 10111 | 10111010 | 100001 | 1000010 |
Color Harmonies of #8BBFC5
Complementary color
Monochromatic Colors of #8BBFC5
Black with #8BBFC5
Text Example
Text Example
White with #8BBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFC5; }
p { color: rgb(139,191,197); }
H1.HeaderClassName
{
color: #8BBFC5;
}
.AnyTagClassName
{
color: #8BBFC5;
}
</style>
background-color css
<style>
a { background-color: #8BBFC5; }
a { background-color: rgb(139,191,197); }
div.DivClassName
{
background-color: #8BBFC5;
}
.BgClassName
{
background-color: #8BBFC5;
}
</style>
border-color css
<style>
span { border-color: #8BBFC5; }
span { border-color: rgb(139,191,197); }
td.TdClassName
{
border-color: #8BBFC5;
}
.TagClassName
{
border-color: #8BBFC5;
}
</style>