#97EDE8

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

Shades of Blizzard Blue #97EDE8

Tints of Blizzard Blue #97EDE8

Color information

#97EDE8 (or 0x97EDE8) is unknown color: approx Blizzard Blue. HEX triplet: 97, ED and E8. RGB value is (151,237,232). Sum of RGB (Red+Green+Blue) = 151+237+232=620 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.35% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EDE8 is #681217. Grayscale: #D2D2D2. Windows color (decimal): -6820376 or 15265175. OLE color: 15265175.

HSL color Cylindrical-coordinate representation of color #97EDE8: hue angle of 176.51º 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 #97EDE8 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB151237232-
CMYK0.3600.020.07
HSL176.51º70.49%76.08%-
HSV(B)176.51º36.29%92.94%-
XYZ57.6172.9787.39-
YUV210.72140.0185.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.35%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=24.35%
G=38.23%
B=37.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512372320.3600.020.07176.5170.4976.08
Hex97EDE824027b1464c
Octal22735535044027261106114
Binary1001011111101101111010001001000101111011000110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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