#97DEEB

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

Shades of Blizzard Blue #97DEEB

Tints of Blizzard Blue #97DEEB

Color information

#97DEEB (or 0x97DEEB) is unknown color: approx Blizzard Blue. HEX triplet: 97, DE and EB. RGB value is (151,222,235). Sum of RGB (Red+Green+Blue) = 151+222+235=608 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.84% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #97DEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DEEB is #682114. Grayscale: #CACACA. Windows color (decimal): -6824213 or 15457943. OLE color: 15457943.

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

Color convert

RGB151222235-
CMYK0.360.0600.08
HSL189.29º67.74%75.69%-
HSV(B)189.29º35.74%92.16%-
XYZ53.8864.8288.27-
YUV202.25146.4891.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.84%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=24.84%
G=36.51%
B=38.65%

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
Decimal1512222350.360.0600.08189.2967.7475.69
Hex97DEEB24608bd444c
Octal227336353446010275104114
Binary100101111101111011101011100100110010001011110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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