#97ECFA

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

Shades of Blizzard Blue #97ECFA

Tints of Blizzard Blue #97ECFA

Color information

#97ECFA (or 0x97ECFA) is unknown color: approx Blizzard Blue. HEX triplet: 97, EC and FA. RGB value is (151,236,250). Sum of RGB (Red+Green+Blue) = 151+236+250=637 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.70% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #97ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97ECFA is #681305. Grayscale: #D4D4D4. Windows color (decimal): -6820614 or 16444567. OLE color: 16444567.

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

Color convert

RGB151236250-
CMYK0.400.0600.02
HSL188.48º90.83%78.63%-
HSV(B)188.48º39.6%98.04%-
XYZ60.0173.47101.46-
YUV212.18149.3484.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.70%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=23.70%
G=37.05%
B=39.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512362500.400.0600.02188.4890.8378.63
Hex97ECFA28602bc5b4f
Octal22735437250602274133117
Binary1001011111101100111110101010001100101011110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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