#97E8F3

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

Shades of Blizzard Blue #97E8F3

Tints of Blizzard Blue #97E8F3

Color information

#97E8F3 (or 0x97E8F3) is unknown color: approx Blizzard Blue. HEX triplet: 97, E8 and F3. RGB value is (151,232,243). Sum of RGB (Red+Green+Blue) = 151+232+243=626 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.12% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #97E8F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97E8F3 is #68170C. Grayscale: #D0D0D0. Windows color (decimal): -6821645 or 15984791. OLE color: 15984791.

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

Color convert

RGB151232243-
CMYK0.380.0500.05
HSL187.17º79.31%77.25%-
HSV(B)187.17º37.86%95.29%-
XYZ57.870.7695.41-
YUV209.04147.1686.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.12%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 243 (95.31% from 255) = 38.82%
R=24.12%
G=37.06%
B=38.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512322430.380.0500.05187.1779.3177.25
Hex97E8F326505bb4f4d
Octal22735036346505273117115
Binary10010111111010001111001110011010101011011101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,232,243); }

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

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

 a { background-color: rgb(151,232,243); }

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

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

 span { border-color: rgb(151,232,243); }

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