#97F1EE

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

Shades of Blizzard Blue #97F1EE

Tints of Blizzard Blue #97F1EE

Color information

#97F1EE (or 0x97F1EE) is unknown color: approx Blizzard Blue. HEX triplet: 97, F1 and EE. RGB value is (151,241,238). Sum of RGB (Red+Green+Blue) = 151+241+238=630 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.97% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #97F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F1EE is #680E11. Grayscale: #D5D5D5. Windows color (decimal): -6819346 or 15659415. OLE color: 15659415.

HSL color Cylindrical-coordinate representation of color #97F1EE: hue angle of 178º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97F1EE is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB151241238-
CMYK0.3700.010.05
HSL178º76.27%76.86%-
HSV(B)178º37.34%94.51%-
XYZ59.6575.6692.35-
YUV213.75141.6883.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.97%
GREEN value IS 241 (94.53% from 255) = 38.25%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=23.97%
G=38.25%
B=37.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512412380.3700.010.0517876.2776.86
Hex97F1EE25015b24c4d
Octal22736135645015262114115
Binary100101111111000111101110100101011011011001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,241,238); }

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

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

 a { background-color: rgb(151,241,238); }

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

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

 span { border-color: rgb(151,241,238); }

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