#98EBFA

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

Shades of Blizzard Blue #98EBFA

Tints of Blizzard Blue #98EBFA

Color information

#98EBFA (or 0x98EBFA) is unknown color: approx Blizzard Blue. HEX triplet: 98, EB and FA. RGB value is (152,235,250). Sum of RGB (Red+Green+Blue) = 152+235+250=637 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.86% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #98EBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EBFA is #671405. Grayscale: #D3D3D3. Windows color (decimal): -6755334 or 16444312. OLE color: 16444312.

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

Color convert

RGB152235250-
CMYK0.390.0600.02
HSL189.18º90.74%78.82%-
HSV(B)189.18º39.2%98.04%-
XYZ59.9172.99101.37-
YUV211.89149.585.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.86%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=23.86%
G=36.89%
B=39.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522352500.390.0600.02189.1890.7478.82
Hex98EBFA27602bd5b4f
Octal23035337247602275133117
Binary1001100011101011111110101001111100101011110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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