#97f3fc

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

Shades of Blizzard Blue #97F3FC

Tints of Blizzard Blue #97F3FC

Color information

#97F3FC (or 0x97F3FC) is unknown color: approx Blizzard Blue. HEX triplet: 97, F3 and FC. RGB value is (151,243,252). Sum of RGB (Red+Green+Blue) = 151+243+252=646 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.37% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #97F3FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F3FC is #680C03. Grayscale: #D8D8D8. Windows color (decimal): -6818820 or 16577431. OLE color: 16577431.

HSL color Cylindrical-coordinate representation of color #97F3FC: hue angle of 185.35º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97F3FC is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151243252-
CMYK0.400.0400.01
HSL185.35º94.39%79.02%-
HSV(B)185.35º40.08%98.82%-
XYZ62.3877.71103.81-
YUV216.52148.0281.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.37%
GREEN value IS 243 (95.31% from 255) = 37.62%
BLUE value IS 252 (98.83% from 255) = 39.01%
R=23.37%
G=37.62%
B=39.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512432520.400.0400.01185.3594.3979.02
Hex97F3FC28401b95e4f
Octal22736337450401271136117
Binary100101111111001111111100101000100011011100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97f3fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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