#97E5EB

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

Shades of Blizzard Blue #97E5EB

Tints of Blizzard Blue #97E5EB

Color information

#97E5EB (or 0x97E5EB) is unknown color: approx Blizzard Blue. HEX triplet: 97, E5 and EB. RGB value is (151,229,235). Sum of RGB (Red+Green+Blue) = 151+229+235=615 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.55% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #97E5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E5EB is #681A14. Grayscale: #CECECE. Windows color (decimal): -6822421 or 15459735. OLE color: 15459735.

HSL color Cylindrical-coordinate representation of color #97E5EB: hue angle of 184.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97E5EB is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151229235-
CMYK0.360.0300.08
HSL184.29º67.74%75.69%-
HSV(B)184.29º35.74%92.16%-
XYZ55.7868.6288.9-
YUV206.36144.1688.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.55%
GREEN value IS 229 (89.84% from 255) = 37.24%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=24.55%
G=37.24%
B=38.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512292350.360.0300.08184.2967.7475.69
Hex97E5EB24308b8444c
Octal227345353443010270104114
Binary10010111111001011110101110010011010001011100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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