#98F1FB

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

Shades of Blizzard Blue #98F1FB

Tints of Blizzard Blue #98F1FB

Color information

#98F1FB (or 0x98F1FB) is unknown color: approx Blizzard Blue. HEX triplet: 98, F1 and FB. RGB value is (152,241,251). Sum of RGB (Red+Green+Blue) = 152+241+251=644 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.60% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #98F1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98F1FB is #670E04. Grayscale: #D7D7D7. Windows color (decimal): -6753797 or 16511384. OLE color: 16511384.

HSL color Cylindrical-coordinate representation of color #98F1FB: hue angle of 186.06º degrees, saturation: 0.93, 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 #98F1FB is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152241251-
CMYK0.390.0400.02
HSL186.06º92.52%79.02%-
HSV(B)186.06º39.44%98.43%-
XYZ61.8276.55102.78-
YUV215.53148.0182.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.60%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=23.60%
G=37.42%
B=38.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522412510.390.0400.02186.0692.5279.02
Hex98F1FB27402ba5d4f
Octal23036137347402272135117
Binary1001100011110001111110111001111000101011101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,241,251); }

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

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

 a { background-color: rgb(152,241,251); }

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

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

 span { border-color: rgb(152,241,251); }

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