#98EEF9

Color #98EEF9 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #98EEF9

Tints of Blizzard Blue #98EEF9

Color information

#98EEF9 (or 0x98EEF9) is unknown color: approx Blizzard Blue. HEX triplet: 98, EE and F9. RGB value is (152,238,249). Sum of RGB (Red+Green+Blue) = 152+238+249=639 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.79% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #98EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EEF9 is #671106. Grayscale: #D5D5D5. Windows color (decimal): -6754567 or 16379544. OLE color: 16379544.

HSL color Cylindrical-coordinate representation of color #98EEF9: hue angle of 186.8º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98EEF9 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152238249-
CMYK0.390.0400.02
HSL186.8º88.99%78.63%-
HSV(B)186.8º38.96%97.65%-
XYZ60.6274.66100.84-
YUV213.54148.0184.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 23.79%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 249 (97.66% from 255) = 38.97%
R=23.79%
G=37.25%
B=38.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522382490.390.0400.02186.888.9978.63
Hex98EEF927402bb594f
Octal23035637147402273131117
Binary1001100011101110111110011001111000101011101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98EEF9; }

 p { color: rgb(152,238,249); }

 H1.HeaderClassName
 {
   color: #98EEF9;
 }
 .AnyTagClassName
 {
   color: #98EEF9;
 }
</style>
background-color css

<style>
 a { background-color: #98EEF9; }

 a { background-color: rgb(152,238,249); }

 div.DivClassName
 {
   background-color: #98EEF9;
 }
 .BgClassName
 {
   background-color: #98EEF9;
 }
</style>
border-color css

<style>
 span { border-color: #98EEF9; }

 span { border-color: rgb(152,238,249); }

 td.TdClassName
 {
   border-color: #98EEF9;
 }
 .TagClassName
 {
   border-color: #98EEF9;
 }
</style>