#97EDFA

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

Shades of Blizzard Blue #97EDFA

Tints of Blizzard Blue #97EDFA

Color information

#97EDFA (or 0x97EDFA) is unknown color: approx Blizzard Blue. HEX triplet: 97, ED and FA. RGB value is (151,237,250). Sum of RGB (Red+Green+Blue) = 151+237+250=638 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.67% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #97EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EDFA is #681205. Grayscale: #D4D4D4. Windows color (decimal): -6820358 or 16444823. OLE color: 16444823.

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

Color convert

RGB151237250-
CMYK0.400.0500.02
HSL187.88º90.83%78.63%-
HSV(B)187.88º39.6%98.04%-
XYZ60.374.05101.56-
YUV212.77149.0183.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.67%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=23.67%
G=37.15%
B=39.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512372500.400.0500.02187.8890.8378.63
Hex97EDFA28502bc5b4f
Octal22735537250502274133117
Binary1001011111101101111110101010001010101011110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97EDFA; }

 p { color: rgb(151,237,250); }

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

<style>
 a { background-color: #97EDFA; }

 a { background-color: rgb(151,237,250); }

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

<style>
 span { border-color: #97EDFA; }

 span { border-color: rgb(151,237,250); }

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