#98E9F7

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

Shades of Blizzard Blue #98E9F7

Tints of Blizzard Blue #98E9F7

Color information

#98E9F7 (or 0x98E9F7) is unknown color: approx Blizzard Blue. HEX triplet: 98, E9 and F7. RGB value is (152,233,247). Sum of RGB (Red+Green+Blue) = 152+233+247=632 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.05% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #98E9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E9F7 is #671608. Grayscale: #D2D2D2. Windows color (decimal): -6755849 or 16247192. OLE color: 16247192.

HSL color Cylindrical-coordinate representation of color #98E9F7: hue angle of 188.84º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98E9F7 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152233247-
CMYK0.380.0600.03
HSL188.84º85.59%78.24%-
HSV(B)188.84º38.46%96.86%-
XYZ58.8871.6798.73-
YUV210.38148.6686.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.05%
GREEN value IS 233 (91.41% from 255) = 36.87%
BLUE value IS 247 (96.88% from 255) = 39.08%
R=24.05%
G=36.87%
B=39.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522332470.380.0600.03188.8485.5978.24
Hex98E9F726603bd564e
Octal23035136746603275126116
Binary1001100011101001111101111001101100111011110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,233,247); }

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

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

 a { background-color: rgb(152,233,247); }

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

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

 span { border-color: rgb(152,233,247); }

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