#97DDF1

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

Shades of Blizzard Blue #97DDF1

Tints of Blizzard Blue #97DDF1

Color information

#97DDF1 (or 0x97DDF1) is unknown color: approx Blizzard Blue. HEX triplet: 97, DD and F1. RGB value is (151,221,241). Sum of RGB (Red+Green+Blue) = 151+221+241=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #97DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DDF1 is #68220E. Grayscale: #CACACA. Windows color (decimal): -6824463 or 15850903. OLE color: 15850903.

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

Color convert

RGB151221241-
CMYK0.370.0800.05
HSL193.33º76.27%76.86%-
HSV(B)193.33º37.34%94.51%-
XYZ54.564.6492.82-
YUV202.35149.8191.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.63%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=24.63%
G=36.05%
B=39.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512212410.370.0800.05193.3376.2776.86
Hex97DDF125805c14c4d
Octal227335361451005301114115
Binary100101111101110111110001100101100001011100000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,221,241); }

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

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

 a { background-color: rgb(151,221,241); }

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

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

 span { border-color: rgb(151,221,241); }

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