#97E6EB

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

Shades of Blizzard Blue #97E6EB

Tints of Blizzard Blue #97E6EB

Color information

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

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

Color convert

RGB151230235-
CMYK0.360.0200.08
HSL183.57º67.74%75.69%-
HSV(B)183.57º35.74%92.16%-
XYZ56.0569.1788.99-
YUV206.95143.8388.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512302350.360.0200.08183.5767.7475.69
Hex97E6EB24208b8444c
Octal227346353442010270104114
Binary10010111111001101110101110010010010001011100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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