Shades of Blizzard Blue #8BEBE4
Tints of Blizzard Blue #8BEBE4
RGB
CMYK
RGB Variations
Color information
#8BEBE4 (or 0x8BEBE4) is known color: Blizzard Blue. HEX triplet: 8B, EB and E4. RGB value is (139,235,228). Sum of RGB (Red+Green+Blue) = 139+235+228=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEBE4 is #74141B. Grayscale: #CDCDCD. Windows color (decimal): -7607324 or 15002507. OLE color: 15002507.
HSL color Cylindrical-coordinate representation of color #8BEBE4: hue angle of 175.62º 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 #8BEBE4 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 228 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.08 |
| HSL | 175.63º | 0.71% | 0.73% | - |
| HSV(B) | 175.63º | 0.41% | 0.92% | - |
| XYZ | 54.36 | 70.51 | 84.14 | - |
| YUV | 205.5 | 140.7 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 228 | 0.41 | 0 | 0.03 | 0.08 | 175.63 | 0.71 | 0.73 |
| Hex | 8B | EB | E4 | 29 | 0 | 3 | 8 | B0 | 47 | 49 |
| Octal | 213 | 353 | 344 | 51 | 0 | 3 | 10 | 260 | 107 | 111 |
| Binary | 10001011 | 11101011 | 11100100 | 101001 | 0 | 11 | 1000 | 10110000 | 1000111 | 1001001 |
Color Harmonies of #8BEBE4
Complementary color
Monochromatic Colors of #8BEBE4
Black with #8BEBE4
Text Example
Text Example
White with #8BEBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEBE4; }
p { color: rgb(139,235,228); }
H1.HeaderClassName
{
color: #8BEBE4;
}
.AnyTagClassName
{
color: #8BEBE4;
}
</style>
background-color css
<style>
a { background-color: #8BEBE4; }
a { background-color: rgb(139,235,228); }
div.DivClassName
{
background-color: #8BEBE4;
}
.BgClassName
{
background-color: #8BEBE4;
}
</style>
border-color css
<style>
span { border-color: #8BEBE4; }
span { border-color: rgb(139,235,228); }
td.TdClassName
{
border-color: #8BEBE4;
}
.TagClassName
{
border-color: #8BEBE4;
}
</style>