#97DDEB

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

Shades of Blizzard Blue #97DDEB

Tints of Blizzard Blue #97DDEB

Color information

#97DDEB (or 0x97DDEB) is unknown color: approx Blizzard Blue. HEX triplet: 97, DD and EB. RGB value is (151,221,235). Sum of RGB (Red+Green+Blue) = 151+221+235=607 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.88% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #97DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DDEB is #682214. Grayscale: #C9C9C9. Windows color (decimal): -6824469 or 15457687. OLE color: 15457687.

HSL color Cylindrical-coordinate representation of color #97DDEB: hue angle of 190º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97DDEB is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151221235-
CMYK0.360.0600.08
HSL190º67.74%75.69%-
HSV(B)190º35.74%92.16%-
XYZ53.6164.2988.18-
YUV201.67146.8191.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.88%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=24.88%
G=36.41%
B=38.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512212350.360.0600.0819067.7475.69
Hex97DDEB24608be444c
Octal227335353446010276104114
Binary100101111101110111101011100100110010001011111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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