#97EBE6

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

Shades of Blizzard Blue #97EBE6

Tints of Blizzard Blue #97EBE6

Color information

#97EBE6 (or 0x97EBE6) is unknown color: approx Blizzard Blue. HEX triplet: 97, EB and E6. RGB value is (151,235,230). Sum of RGB (Red+Green+Blue) = 151+235+230=616 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.51% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EBE6 is #681419. Grayscale: #D1D1D1. Windows color (decimal): -6820890 or 15133591. OLE color: 15133591.

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

Color convert

RGB151235230-
CMYK0.3600.020.08
HSL176.43º67.74%75.69%-
HSV(B)176.43º35.74%92.16%-
XYZ56.7571.7185.71-
YUV209.31139.6786.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.51%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 230 (90.23% from 255) = 37.34%
R=24.51%
G=38.15%
B=37.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512352300.3600.020.08176.4367.7475.69
Hex97EBE624028b0444c
Octal227353346440210260104114
Binary10010111111010111110011010010001010001011000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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