Shades of Blizzard Blue #8FEBE1
Tints of Blizzard Blue #8FEBE1
RGB
CMYK
RGB Variations
Color information
#8FEBE1 (or 0x8FEBE1) is known color: Blizzard Blue. HEX triplet: 8F, EB and E1. RGB value is (143,235,225). Sum of RGB (Red+Green+Blue) = 143+235+225=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBE1 is #70141E. Grayscale: #CECECE. Windows color (decimal): -7345183 or 14805903. OLE color: 14805903.
HSL color Cylindrical-coordinate representation of color #8FEBE1: hue angle of 173.48º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBE1 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 225 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.08 |
| HSL | 173.48º | 0.7% | 0.74% | - |
| HSV(B) | 173.48º | 0.39% | 0.92% | - |
| XYZ | 54.63 | 70.69 | 82 | - |
| YUV | 206.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 225 | 0.39 | 0 | 0.04 | 0.08 | 173.48 | 0.7 | 0.74 |
| Hex | 8F | EB | E1 | 27 | 0 | 4 | 8 | AD | 46 | 4A |
| Octal | 217 | 353 | 341 | 47 | 0 | 4 | 10 | 255 | 106 | 112 |
| Binary | 10001111 | 11101011 | 11100001 | 100111 | 0 | 100 | 1000 | 10101101 | 1000110 | 1001010 |
Color Harmonies of #8FEBE1
Complementary color
Monochromatic Colors of #8FEBE1
Black with #8FEBE1
Text Example
Text Example
White with #8FEBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBE1; }
p { color: rgb(143,235,225); }
H1.HeaderClassName
{
color: #8FEBE1;
}
.AnyTagClassName
{
color: #8FEBE1;
}
</style>
background-color css
<style>
a { background-color: #8FEBE1; }
a { background-color: rgb(143,235,225); }
div.DivClassName
{
background-color: #8FEBE1;
}
.BgClassName
{
background-color: #8FEBE1;
}
</style>
border-color css
<style>
span { border-color: #8FEBE1; }
span { border-color: rgb(143,235,225); }
td.TdClassName
{
border-color: #8FEBE1;
}
.TagClassName
{
border-color: #8FEBE1;
}
</style>