#97EBF4

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

Shades of Blizzard Blue #97EBF4

Tints of Blizzard Blue #97EBF4

Color information

#97EBF4 (or 0x97EBF4) is unknown color: approx Blizzard Blue. HEX triplet: 97, EB and F4. RGB value is (151,235,244). Sum of RGB (Red+Green+Blue) = 151+235+244=630 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.97% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 244 (95.70% from 255 or 38.73% from 630); Max value from RGB is 244 - color contains mainly: blue. Hex color #97EBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EBF4 is #68140B. Grayscale: #D2D2D2. Windows color (decimal): -6820876 or 16051095. OLE color: 16051095.

HSL color Cylindrical-coordinate representation of color #97EBF4: hue angle of 185.81º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97EBF4 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB151235244-
CMYK0.380.0400.04
HSL185.81º80.87%77.45%-
HSV(B)185.81º38.11%95.69%-
XYZ58.872.5396.49-
YUV210.91146.6785.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.97%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 244 (95.70% from 255) = 38.73%
R=23.97%
G=37.30%
B=38.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1512352440.380.0400.04185.8180.8777.45
Hex97EBF426404ba514d
Octal22735336446404272121115
Binary10010111111010111111010010011010001001011101010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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