Shades of Blizzard Blue #9FEBE9
Tints of Blizzard Blue #9FEBE9
RGB
CMYK
RGB Variations
Color information
#9FEBE9 (or 0x9FEBE9) is known color: Blizzard Blue. HEX triplet: 9F, EB and E9. RGB value is (159,235,233). Sum of RGB (Red+Green+Blue) = 159+235+233=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBE9 is #601416. Grayscale: #D3D3D3. Windows color (decimal): -6296599 or 15330207. OLE color: 15330207.
HSL color Cylindrical-coordinate representation of color #9FEBE9: hue angle of 178.42º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBE9 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 233 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.08 |
| HSL | 178.42º | 0.66% | 0.77% | - |
| HSV(B) | 178.42º | 0.32% | 0.92% | - |
| XYZ | 58.71 | 72.67 | 88.02 | - |
| YUV | 212.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 233 | 0.32 | 0 | 0.01 | 0.08 | 178.42 | 0.66 | 0.77 |
| Hex | 9F | EB | E9 | 20 | 0 | 1 | 8 | B2 | 42 | 4D |
| Octal | 237 | 353 | 351 | 40 | 0 | 1 | 10 | 262 | 102 | 115 |
| Binary | 10011111 | 11101011 | 11101001 | 100000 | 0 | 1 | 1000 | 10110010 | 1000010 | 1001101 |
Color Harmonies of #9FEBE9
Complementary color
Monochromatic Colors of #9FEBE9
Black with #9FEBE9
Text Example
Text Example
White with #9FEBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBE9; }
p { color: rgb(159,235,233); }
H1.HeaderClassName
{
color: #9FEBE9;
}
.AnyTagClassName
{
color: #9FEBE9;
}
</style>
background-color css
<style>
a { background-color: #9FEBE9; }
a { background-color: rgb(159,235,233); }
div.DivClassName
{
background-color: #9FEBE9;
}
.BgClassName
{
background-color: #9FEBE9;
}
</style>
border-color css
<style>
span { border-color: #9FEBE9; }
span { border-color: rgb(159,235,233); }
td.TdClassName
{
border-color: #9FEBE9;
}
.TagClassName
{
border-color: #9FEBE9;
}
</style>