#97DFF2

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

Shades of Blizzard Blue #97DFF2

Tints of Blizzard Blue #97DFF2

Color information

#97DFF2 (or 0x97DFF2) is unknown color: approx Blizzard Blue. HEX triplet: 97, DF and F2. RGB value is (151,223,242). Sum of RGB (Red+Green+Blue) = 151+223+242=616 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.51% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #97DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DFF2 is #68200D. Grayscale: #CBCBCB. Windows color (decimal): -6823950 or 15916951. OLE color: 15916951.

HSL color Cylindrical-coordinate representation of color #97DFF2: hue angle of 192.53º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97DFF2 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151223242-
CMYK0.380.0800.05
HSL192.53º77.78%77.06%-
HSV(B)192.53º37.6%94.9%-
XYZ55.1865.7793.79-
YUV203.64149.6590.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.51%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=24.51%
G=36.20%
B=39.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512232420.380.0800.05192.5377.7877.06
Hex97DFF226805c14e4d
Octal227337362461005301116115
Binary100101111101111111110010100110100001011100000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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