#98F3FC

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

Shades of Blizzard Blue #98F3FC

Tints of Blizzard Blue #98F3FC

Color information

#98F3FC (or 0x98F3FC) is unknown color: approx Blizzard Blue. HEX triplet: 98, F3 and FC. RGB value is (152,243,252). Sum of RGB (Red+Green+Blue) = 152+243+252=647 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.49% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #98F3FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F3FC is #670C03. Grayscale: #D8D8D8. Windows color (decimal): -6753284 or 16577432. OLE color: 16577432.

HSL color Cylindrical-coordinate representation of color #98F3FC: hue angle of 185.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98F3FC is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152243252-
CMYK0.400.0400.01
HSL185.4º94.34%79.22%-
HSV(B)185.4º39.68%98.82%-
XYZ62.5777.8103.82-
YUV216.82147.8581.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.49%
GREEN value IS 243 (95.31% from 255) = 37.56%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=23.49%
G=37.56%
B=38.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522432520.400.0400.01185.494.3479.22
Hex98F3FC28401b95e4f
Octal23036337450401271136117
Binary100110001111001111111100101000100011011100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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