Shades of Blizzard Blue #8FEDE2
Tints of Blizzard Blue #8FEDE2
RGB
CMYK
RGB Variations
Color information
#8FEDE2 (or 0x8FEDE2) is known color: Blizzard Blue. HEX triplet: 8F, ED and E2. RGB value is (143,237,226). Sum of RGB (Red+Green+Blue) = 143+237+226=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDE2 is #70121D. Grayscale: #CFCFCF. Windows color (decimal): -7344670 or 14871951. OLE color: 14871951.
HSL color Cylindrical-coordinate representation of color #8FEDE2: hue angle of 172.98º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDE2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 226 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.07 |
| HSL | 172.98º | 0.72% | 0.75% | - |
| HSV(B) | 172.98º | 0.4% | 0.93% | - |
| XYZ | 55.34 | 71.9 | 82.91 | - |
| YUV | 207.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 226 | 0.40 | 0 | 0.05 | 0.07 | 172.98 | 0.72 | 0.75 |
| Hex | 8F | ED | E2 | 28 | 0 | 5 | 7 | AD | 48 | 4B |
| Octal | 217 | 355 | 342 | 50 | 0 | 5 | 7 | 255 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11100010 | 101000 | 0 | 101 | 111 | 10101101 | 1001000 | 1001011 |
Color Harmonies of #8FEDE2
Complementary color
Monochromatic Colors of #8FEDE2
Black with #8FEDE2
Text Example
Text Example
White with #8FEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDE2; }
p { color: rgb(143,237,226); }
H1.HeaderClassName
{
color: #8FEDE2;
}
.AnyTagClassName
{
color: #8FEDE2;
}
</style>
background-color css
<style>
a { background-color: #8FEDE2; }
a { background-color: rgb(143,237,226); }
div.DivClassName
{
background-color: #8FEDE2;
}
.BgClassName
{
background-color: #8FEDE2;
}
</style>
border-color css
<style>
span { border-color: #8FEDE2; }
span { border-color: rgb(143,237,226); }
td.TdClassName
{
border-color: #8FEDE2;
}
.TagClassName
{
border-color: #8FEDE2;
}
</style>