#97F2FB

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

Shades of Blizzard Blue #97F2FB

Tints of Blizzard Blue #97F2FB

Color information

#97F2FB (or 0x97F2FB) is unknown color: approx Blizzard Blue. HEX triplet: 97, F2 and FB. RGB value is (151,242,251). Sum of RGB (Red+Green+Blue) = 151+242+251=644 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.45% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #97F2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F2FB is #680D04. Grayscale: #D7D7D7. Windows color (decimal): -6819077 or 16511639. OLE color: 16511639.

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

Color convert

RGB151242251-
CMYK0.400.0400.02
HSL185.4º92.59%78.82%-
HSV(B)185.4º39.84%98.43%-
XYZ61.9377.05102.87-
YUV215.82147.8581.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.45%
GREEN value IS 242 (94.92% from 255) = 37.58%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=23.45%
G=37.58%
B=38.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512422510.400.0400.02185.492.5978.82
Hex97F2FB28402b95d4f
Octal22736237350402271135117
Binary1001011111110010111110111010001000101011100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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