#97F0FA

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

Shades of Blizzard Blue #97F0FA

Tints of Blizzard Blue #97F0FA

Color information

#97F0FA (or 0x97F0FA) is unknown color: approx Blizzard Blue. HEX triplet: 97, F0 and FA. RGB value is (151,240,250). Sum of RGB (Red+Green+Blue) = 151+240+250=641 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.56% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #97F0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F0FA is #680F05. Grayscale: #D6D6D6. Windows color (decimal): -6819590 or 16445591. OLE color: 16445591.

HSL color Cylindrical-coordinate representation of color #97F0FA: hue angle of 186.06º degrees, saturation: 0.91, 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 #97F0FA is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151240250-
CMYK0.400.0400.02
HSL186.06º90.83%78.63%-
HSV(B)186.06º39.6%98.04%-
XYZ61.1875.8101.85-
YUV214.53148.0182.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.56%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=23.56%
G=37.44%
B=39.00%

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
Decimal1512402500.400.0400.02186.0690.8378.63
Hex97F0FA28402ba5b4f
Octal22736037250402272133117
Binary1001011111110000111110101010001000101011101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,240,250); }

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

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

 a { background-color: rgb(151,240,250); }

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

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

 span { border-color: rgb(151,240,250); }

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