#97E6ED

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

Shades of Blizzard Blue #97E6ED

Tints of Blizzard Blue #97E6ED

Color information

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

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

Color convert

RGB151230237-
CMYK0.360.0300.07
HSL184.88º70.49%76.08%-
HSV(B)184.88º36.29%92.94%-
XYZ56.3569.2990.52-
YUV207.18144.8387.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512302370.360.0300.07184.8870.4976.08
Hex97E6ED24307b9464c
Octal22734635544307271106114
Binary1001011111100110111011011001001101111011100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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