#98EAF3

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

Shades of Blizzard Blue #98EAF3

Tints of Blizzard Blue #98EAF3

Color information

#98EAF3 (or 0x98EAF3) is unknown color: approx Blizzard Blue. HEX triplet: 98, EA and F3. RGB value is (152,234,243). Sum of RGB (Red+Green+Blue) = 152+234+243=629 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.17% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #98EAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAF3 is #67150C. Grayscale: #D2D2D2. Windows color (decimal): -6755597 or 15985304. OLE color: 15985304.

HSL color Cylindrical-coordinate representation of color #98EAF3: hue angle of 185.93º 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 #98EAF3 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152234243-
CMYK0.370.0400.05
HSL185.93º79.13%77.45%-
HSV(B)185.93º37.45%95.29%-
XYZ58.5571.9995.6-
YUV210.51146.3386.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.17%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=24.17%
G=37.20%
B=38.63%

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
Decimal1522342430.370.0400.05185.9379.1377.45
Hex98EAF325405ba4f4d
Octal23035236345405272117115
Binary10011000111010101111001110010110001011011101010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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