Shades of Blizzard Blue #8FEBE2
Tints of Blizzard Blue #8FEBE2
RGB
CMYK
RGB Variations
Color information
#8FEBE2 (or 0x8FEBE2) is known color: Blizzard Blue. HEX triplet: 8F, EB and E2. RGB value is (143,235,226). Sum of RGB (Red+Green+Blue) = 143+235+226=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBE2 is #70141D. Grayscale: #CECECE. Windows color (decimal): -7345182 or 14871439. OLE color: 14871439.
HSL color Cylindrical-coordinate representation of color #8FEBE2: hue angle of 174.13º 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 #8FEBE2 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 226 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.08 |
| HSL | 174.13º | 0.7% | 0.74% | - |
| HSV(B) | 174.13º | 0.39% | 0.92% | - |
| XYZ | 54.76 | 70.75 | 82.72 | - |
| YUV | 206.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 226 | 0.39 | 0 | 0.04 | 0.08 | 174.13 | 0.7 | 0.74 |
| Hex | 8F | EB | E2 | 27 | 0 | 4 | 8 | AE | 46 | 4A |
| Octal | 217 | 353 | 342 | 47 | 0 | 4 | 10 | 256 | 106 | 112 |
| Binary | 10001111 | 11101011 | 11100010 | 100111 | 0 | 100 | 1000 | 10101110 | 1000110 | 1001010 |
Color Harmonies of #8FEBE2
Complementary color
Monochromatic Colors of #8FEBE2
Black with #8FEBE2
Text Example
Text Example
White with #8FEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBE2; }
p { color: rgb(143,235,226); }
H1.HeaderClassName
{
color: #8FEBE2;
}
.AnyTagClassName
{
color: #8FEBE2;
}
</style>
background-color css
<style>
a { background-color: #8FEBE2; }
a { background-color: rgb(143,235,226); }
div.DivClassName
{
background-color: #8FEBE2;
}
.BgClassName
{
background-color: #8FEBE2;
}
</style>
border-color css
<style>
span { border-color: #8FEBE2; }
span { border-color: rgb(143,235,226); }
td.TdClassName
{
border-color: #8FEBE2;
}
.TagClassName
{
border-color: #8FEBE2;
}
</style>