Shades of Blizzard Blue #98EDE7
Tints of Blizzard Blue #98EDE7
RGB
CMYK
RGB Variations
Color information
#98EDE7 (or 0x98EDE7) is known color: Blizzard Blue. HEX triplet: 98, ED and E7. RGB value is (152,237,231). Sum of RGB (Red+Green+Blue) = 152+237+231=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EDE7 is #671218. Grayscale: #D2D2D2. Windows color (decimal): -6754841 or 15199640. OLE color: 15199640.
HSL color Cylindrical-coordinate representation of color #98EDE7: hue angle of 175.76º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EDE7 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 237 | 231 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.07 |
| HSL | 175.76º | 0.7% | 0.76% | - |
| HSV(B) | 175.76º | 0.36% | 0.93% | - |
| XYZ | 57.66 | 73.01 | 86.66 | - |
| YUV | 210.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 237 | 231 | 0.36 | 0 | 0.03 | 0.07 | 175.76 | 0.7 | 0.76 |
| Hex | 98 | ED | E7 | 24 | 0 | 3 | 7 | B0 | 46 | 4C |
| Octal | 230 | 355 | 347 | 44 | 0 | 3 | 7 | 260 | 106 | 114 |
| Binary | 10011000 | 11101101 | 11100111 | 100100 | 0 | 11 | 111 | 10110000 | 1000110 | 1001100 |
Color Harmonies of #98EDE7
Complementary color
Monochromatic Colors of #98EDE7
Black with #98EDE7
Text Example
Text Example
White with #98EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EDE7; }
p { color: rgb(152,237,231); }
H1.HeaderClassName
{
color: #98EDE7;
}
.AnyTagClassName
{
color: #98EDE7;
}
</style>
background-color css
<style>
a { background-color: #98EDE7; }
a { background-color: rgb(152,237,231); }
div.DivClassName
{
background-color: #98EDE7;
}
.BgClassName
{
background-color: #98EDE7;
}
</style>
border-color css
<style>
span { border-color: #98EDE7; }
span { border-color: rgb(152,237,231); }
td.TdClassName
{
border-color: #98EDE7;
}
.TagClassName
{
border-color: #98EDE7;
}
</style>