#97EDE6

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

Shades of Blizzard Blue #97EDE6

Tints of Blizzard Blue #97EDE6

Color information

#97EDE6 (or 0x97EDE6) is unknown color: approx Blizzard Blue. HEX triplet: 97, ED and E6. RGB value is (151,237,230). Sum of RGB (Red+Green+Blue) = 151+237+230=618 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.43% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EDE6 is #681219. Grayscale: #D2D2D2. Windows color (decimal): -6820378 or 15134103. OLE color: 15134103.

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

Color convert

RGB151237230-
CMYK0.3600.030.07
HSL175.12º70.49%76.08%-
HSV(B)175.12º36.29%92.94%-
XYZ57.3372.8685.9-
YUV210.49139.0185.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.43%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=24.43%
G=38.35%
B=37.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512372300.3600.030.07175.1270.4976.08
Hex97EDE624037af464c
Octal22735534644037257106114
Binary1001011111101101111001101001000111111010111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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