#98F3FE

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

Shades of Blizzard Blue #98F3FE

Tints of Blizzard Blue #98F3FE

Color information

#98F3FE (or 0x98F3FE) is unknown color: approx Blizzard Blue. HEX triplet: 98, F3 and FE. RGB value is (152,243,254). Sum of RGB (Red+Green+Blue) = 152+243+254=649 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.42% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #98F3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F3FE is #670C01. Grayscale: #D8D8D8. Windows color (decimal): -6753282 or 16708504. OLE color: 16708504.

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

Color convert

RGB152243254-
CMYK0.400.0400.00
HSL186.47º98.08%79.61%-
HSV(B)186.47º40.16%99.61%-
XYZ62.8977.93105.49-
YUV217.04148.8581.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.42%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=23.42%
G=37.44%
B=39.14%

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
Decimal1522432540.400.0400.00186.4798.0879.61
Hex98F3FE28400ba6250
Octal23036337650400272142120
Binary100110001111001111111110101000100001011101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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