#98EAFA

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

Shades of Blizzard Blue #98EAFA

Tints of Blizzard Blue #98EAFA

Color information

#98EAFA (or 0x98EAFA) is unknown color: approx Blizzard Blue. HEX triplet: 98, EA and FA. RGB value is (152,234,250). Sum of RGB (Red+Green+Blue) = 152+234+250=636 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.90% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #98EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAFA is #671505. Grayscale: #D3D3D3. Windows color (decimal): -6755590 or 16444056. OLE color: 16444056.

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

Color convert

RGB152234250-
CMYK0.390.0600.02
HSL189.8º90.74%78.82%-
HSV(B)189.8º39.2%98.04%-
XYZ59.6372.42101.28-
YUV211.31149.8385.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.90%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=23.90%
G=36.79%
B=39.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522342500.390.0600.02189.890.7478.82
Hex98EAFA27602be5b4f
Octal23035237247602276133117
Binary1001100011101010111110101001111100101011111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,234,250); }

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

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

 a { background-color: rgb(152,234,250); }

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

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

 span { border-color: rgb(152,234,250); }

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