#97E5F4

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

Shades of Blizzard Blue #97E5F4

Tints of Blizzard Blue #97E5F4

Color information

#97E5F4 (or 0x97E5F4) is unknown color: approx Blizzard Blue. HEX triplet: 97, E5 and F4. RGB value is (151,229,244). Sum of RGB (Red+Green+Blue) = 151+229+244=624 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.20% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #97E5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E5F4 is #681A0B. Grayscale: #CFCFCF. Windows color (decimal): -6822412 or 16049559. OLE color: 16049559.

HSL color Cylindrical-coordinate representation of color #97E5F4: hue angle of 189.68º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97E5F4 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB151229244-
CMYK0.380.0600.04
HSL189.68º80.87%77.45%-
HSV(B)189.68º38.11%95.69%-
XYZ57.1169.1595.93-
YUV207.39148.6687.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.20%
GREEN value IS 229 (89.84% from 255) = 36.70%
BLUE value IS 244 (95.70% from 255) = 39.10%
R=24.20%
G=36.70%
B=39.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1512292440.380.0600.04189.6880.8777.45
Hex97E5F426604be514d
Octal22734536446604276121115
Binary10010111111001011111010010011011001001011111010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,229,244); }

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

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

 a { background-color: rgb(151,229,244); }

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

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

 span { border-color: rgb(151,229,244); }

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