#97E5EF

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

Shades of Blizzard Blue #97E5EF

Tints of Blizzard Blue #97E5EF

Color information

#97E5EF (or 0x97E5EF) is unknown color: approx Blizzard Blue. HEX triplet: 97, E5 and EF. RGB value is (151,229,239). Sum of RGB (Red+Green+Blue) = 151+229+239=619 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.39% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #97E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E5EF is #681A10. Grayscale: #CECECE. Windows color (decimal): -6822417 or 15721879. OLE color: 15721879.

HSL color Cylindrical-coordinate representation of color #97E5EF: hue angle of 186.82º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97E5EF is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151229239-
CMYK0.370.0400.06
HSL186.82º73.33%76.47%-
HSV(B)186.82º36.82%93.73%-
XYZ56.3668.8591.98-
YUV206.82146.1688.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.39%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=24.39%
G=37.00%
B=38.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512292390.370.0400.06186.8273.3376.47
Hex97E5EF25406bb494c
Octal22734535745406273111114
Binary10010111111001011110111110010110001101011101110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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