Shades of Blizzard Blue #8BEBE7
Tints of Blizzard Blue #8BEBE7
RGB
CMYK
RGB Variations
Color information
#8BEBE7 (or 0x8BEBE7) is known color: Blizzard Blue. HEX triplet: 8B, EB and E7. RGB value is (139,235,231). Sum of RGB (Red+Green+Blue) = 139+235+231=605 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.98% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEBE7 is #741418. Grayscale: #CDCDCD. Windows color (decimal): -7607321 or 15199115. OLE color: 15199115.
HSL color Cylindrical-coordinate representation of color #8BEBE7: hue angle of 177.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEBE7 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 231 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.08 |
| HSL | 177.5º | 0.71% | 0.73% | - |
| HSV(B) | 177.5º | 0.41% | 0.92% | - |
| XYZ | 54.78 | 70.68 | 86.36 | - |
| YUV | 205.84 | 142.2 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 231 | 0.41 | 0 | 0.02 | 0.08 | 177.5 | 0.71 | 0.73 |
| Hex | 8B | EB | E7 | 29 | 0 | 2 | 8 | B2 | 47 | 49 |
| Octal | 213 | 353 | 347 | 51 | 0 | 2 | 10 | 262 | 107 | 111 |
| Binary | 10001011 | 11101011 | 11100111 | 101001 | 0 | 10 | 1000 | 10110010 | 1000111 | 1001001 |
Color Harmonies of #8BEBE7
Complementary color
Monochromatic Colors of #8BEBE7
Black with #8BEBE7
Text Example
Text Example
White with #8BEBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEBE7; }
p { color: rgb(139,235,231); }
H1.HeaderClassName
{
color: #8BEBE7;
}
.AnyTagClassName
{
color: #8BEBE7;
}
</style>
background-color css
<style>
a { background-color: #8BEBE7; }
a { background-color: rgb(139,235,231); }
div.DivClassName
{
background-color: #8BEBE7;
}
.BgClassName
{
background-color: #8BEBE7;
}
</style>
border-color css
<style>
span { border-color: #8BEBE7; }
span { border-color: rgb(139,235,231); }
td.TdClassName
{
border-color: #8BEBE7;
}
.TagClassName
{
border-color: #8BEBE7;
}
</style>