#98F5FA

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

Shades of Blizzard Blue #98F5FA

Tints of Blizzard Blue #98F5FA

Color information

#98F5FA (or 0x98F5FA) is unknown color: approx Blizzard Blue. HEX triplet: 98, F5 and FA. RGB value is (152,245,250). Sum of RGB (Red+Green+Blue) = 152+245+250=647 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.49% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #98F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F5FA is #670A05. Grayscale: #D9D9D9. Windows color (decimal): -6752774 or 16446872. OLE color: 16446872.

HSL color Cylindrical-coordinate representation of color #98F5FA: hue angle of 183.06º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F5FA is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152245250-
CMYK0.390.0200.02
HSL183.06º90.74%78.82%-
HSV(B)183.06º39.2%98.04%-
XYZ62.8678.88102.36-
YUV217.76146.1981.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.49%
GREEN value IS 245 (96.09% from 255) = 37.87%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=23.49%
G=37.87%
B=38.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522452500.390.0200.02183.0690.7478.82
Hex98F5FA27202b75b4f
Octal23036537247202267133117
Binary100110001111010111111010100111100101011011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,245,250); }

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

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

 a { background-color: rgb(152,245,250); }

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

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

 span { border-color: rgb(152,245,250); }

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