#97EAEF

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

Shades of Blizzard Blue #97EAEF

Tints of Blizzard Blue #97EAEF

Color information

#97EAEF (or 0x97EAEF) is unknown color: approx Blizzard Blue. HEX triplet: 97, EA and EF. RGB value is (151,234,239). Sum of RGB (Red+Green+Blue) = 151+234+239=624 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.20% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #97EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EAEF is #681510. Grayscale: #D1D1D1. Windows color (decimal): -6821137 or 15723159. OLE color: 15723159.

HSL color Cylindrical-coordinate representation of color #97EAEF: hue angle of 183.41º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EAEF is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151234239-
CMYK0.370.0200.06
HSL183.41º73.33%76.47%-
HSV(B)183.41º36.82%93.73%-
XYZ57.7771.6692.45-
YUV209.75144.586.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.20%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=24.20%
G=37.5%
B=38.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512342390.370.0200.06183.4173.3376.47
Hex97EAEF25206b7494c
Octal22735235745206267111114
Binary1001011111101010111011111001011001101011011110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,234,239); }

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

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

 a { background-color: rgb(151,234,239); }

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

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

 span { border-color: rgb(151,234,239); }

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