#98F4FE

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

Shades of Blizzard Blue #98F4FE

Tints of Blizzard Blue #98F4FE

Color information

#98F4FE (or 0x98F4FE) is unknown color: approx Blizzard Blue. HEX triplet: 98, F4 and FE. RGB value is (152,244,254). Sum of RGB (Red+Green+Blue) = 152+244+254=650 (86% of max value = 765). Red value is 152 (59.77% from 255 or 23.38% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #98F4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F4FE is #670B01. Grayscale: #D9D9D9. Windows color (decimal): -6753026 or 16708760. OLE color: 16708760.

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

Color convert

RGB152244254-
CMYK0.400.0400.00
HSL185.88º98.08%79.61%-
HSV(B)185.88º40.16%99.61%-
XYZ63.1978.53105.59-
YUV217.63148.5281.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.38%
GREEN value IS 244 (95.70% from 255) = 37.54%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=23.38%
G=37.54%
B=39.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522442540.400.0400.00185.8898.0879.61
Hex98F4FE28400ba6250
Octal23036437650400272142120
Binary100110001111010011111110101000100001011101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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