#98EEFB

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

Shades of Blizzard Blue #98EEFB

Tints of Blizzard Blue #98EEFB

Color information

#98EEFB (or 0x98EEFB) is unknown color: approx Blizzard Blue. HEX triplet: 98, EE and FB. RGB value is (152,238,251). Sum of RGB (Red+Green+Blue) = 152+238+251=641 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.71% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #98EEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EEFB is #671104. Grayscale: #D5D5D5. Windows color (decimal): -6754565 or 16510616. OLE color: 16510616.

HSL color Cylindrical-coordinate representation of color #98EEFB: hue angle of 187.88º degrees, saturation: 0.93, 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 #98EEFB is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152238251-
CMYK0.390.0500.02
HSL187.88º92.52%79.02%-
HSV(B)187.88º39.44%98.43%-
XYZ60.9474.79102.49-
YUV213.77149.0183.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.71%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=23.71%
G=37.13%
B=39.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522382510.390.0500.02187.8892.5279.02
Hex98EEFB27502bc5d4f
Octal23035637347502274135117
Binary1001100011101110111110111001111010101011110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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