#97F2F8

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

Shades of Blizzard Blue #97F2F8

Tints of Blizzard Blue #97F2F8

Color information

#97F2F8 (or 0x97F2F8) is unknown color: approx Blizzard Blue. HEX triplet: 97, F2 and F8. RGB value is (151,242,248). Sum of RGB (Red+Green+Blue) = 151+242+248=641 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.56% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #97F2F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F2F8 is #680D07. Grayscale: #D7D7D7. Windows color (decimal): -6819080 or 16315031. OLE color: 16315031.

HSL color Cylindrical-coordinate representation of color #97F2F8: hue angle of 183.71º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F2F8 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB151242248-
CMYK0.390.0200.03
HSL183.71º87.39%78.24%-
HSV(B)183.71º39.11%97.25%-
XYZ61.4676.86100.4-
YUV215.48146.3582.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.56%
GREEN value IS 242 (94.92% from 255) = 37.75%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=23.56%
G=37.75%
B=38.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1512422480.390.0200.03183.7187.3978.24
Hex97F2F827203b8574e
Octal22736237047203270127116
Binary100101111111001011111000100111100111011100010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,242,248); }

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

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

 a { background-color: rgb(151,242,248); }

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

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

 span { border-color: rgb(151,242,248); }

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