#98EEFE

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

Shades of Blizzard Blue #98EEFE

Tints of Blizzard Blue #98EEFE

Color information

#98EEFE (or 0x98EEFE) is unknown color: approx Blizzard Blue. HEX triplet: 98, EE and FE. RGB value is (152,238,254). Sum of RGB (Red+Green+Blue) = 152+238+254=644 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.60% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #98EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EEFE is #671101. Grayscale: #D5D5D5. Windows color (decimal): -6754562 or 16707224. OLE color: 16707224.

HSL color Cylindrical-coordinate representation of color #98EEFE: hue angle of 189.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98EEFE is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB152238254-
CMYK0.400.0600.00
HSL189.41º98.08%79.61%-
HSV(B)189.41º40.16%99.61%-
XYZ61.4174.98105-
YUV214.11150.5183.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.60%
GREEN value IS 238 (93.36% from 255) = 36.96%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=23.60%
G=36.96%
B=39.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522382540.400.0600.00189.4198.0879.61
Hex98EEFE28600bd6250
Octal23035637650600275142120
Binary100110001110111011111110101000110001011110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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