#98E9F3

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

Shades of Blizzard Blue #98E9F3

Tints of Blizzard Blue #98E9F3

Color information

#98E9F3 (or 0x98E9F3) is unknown color: approx Blizzard Blue. HEX triplet: 98, E9 and F3. RGB value is (152,233,243). Sum of RGB (Red+Green+Blue) = 152+233+243=628 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.20% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #98E9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E9F3 is #67160C. Grayscale: #D1D1D1. Windows color (decimal): -6755853 or 15985048. OLE color: 15985048.

HSL color Cylindrical-coordinate representation of color #98E9F3: hue angle of 186.59º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98E9F3 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152233243-
CMYK0.370.0400.05
HSL186.59º79.13%77.45%-
HSV(B)186.59º37.45%95.29%-
XYZ58.2771.4295.51-
YUV209.92146.6686.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.20%
GREEN value IS 233 (91.41% from 255) = 37.10%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=24.20%
G=37.10%
B=38.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522332430.370.0400.05186.5979.1377.45
Hex98E9F325405bb4f4d
Octal23035136345405273117115
Binary10011000111010011111001110010110001011011101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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