Shades of Blizzard Blue #8FECE5
Tints of Blizzard Blue #8FECE5
RGB
CMYK
RGB Variations
Color information
#8FECE5 (or 0x8FECE5) is known color: Blizzard Blue. HEX triplet: 8F, EC and E5. RGB value is (143,236,229). Sum of RGB (Red+Green+Blue) = 143+236+229=608 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.52% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECE5 is #70131A. Grayscale: #CFCFCF. Windows color (decimal): -7344923 or 15068303. OLE color: 15068303.
HSL color Cylindrical-coordinate representation of color #8FECE5: hue angle of 175.48º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECE5 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 143 | 236 | 229 | - |
CMYK | 0.39 | 0 | 0.03 | 0.07 |
HSL | 175.48º | 0.71% | 0.74% | - |
HSV(B) | 175.48º | 0.39% | 0.93% | - |
XYZ | 55.47 | 71.49 | 85 | - |
YUV | 207.4 | 140.19 | 82.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 236 | 229 | 0.39 | 0 | 0.03 | 0.07 | 175.48 | 0.71 | 0.74 |
Hex | 8F | EC | E5 | 27 | 0 | 3 | 7 | AF | 47 | 4A |
Octal | 217 | 354 | 345 | 47 | 0 | 3 | 7 | 257 | 107 | 112 |
Binary | 10001111 | 11101100 | 11100101 | 100111 | 0 | 11 | 111 | 10101111 | 1000111 | 1001010 |
Color Harmonies of #8FECE5
Complementary color
Monochromatic Colors of #8FECE5
Black with #8FECE5
Text Example
Text Example
White with #8FECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECE5; }
p { color: rgb(143,236,229); }
H1.HeaderClassName
{
color: #8FECE5;
}
.AnyTagClassName
{
color: #8FECE5;
}
</style>
background-color css
<style>
a { background-color: #8FECE5; }
a { background-color: rgb(143,236,229); }
div.DivClassName
{
background-color: #8FECE5;
}
.BgClassName
{
background-color: #8FECE5;
}
</style>
border-color css
<style>
span { border-color: #8FECE5; }
span { border-color: rgb(143,236,229); }
td.TdClassName
{
border-color: #8FECE5;
}
.TagClassName
{
border-color: #8FECE5;
}
</style>