#97DFEF

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

Shades of Blizzard Blue #97DFEF

Tints of Blizzard Blue #97DFEF

Color information

#97DFEF (or 0x97DFEF) is unknown color: approx Blizzard Blue. HEX triplet: 97, DF and EF. RGB value is (151,223,239). Sum of RGB (Red+Green+Blue) = 151+223+239=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #97DFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DFEF is #682010. Grayscale: #CBCBCB. Windows color (decimal): -6823953 or 15720343. OLE color: 15720343.

HSL color Cylindrical-coordinate representation of color #97DFEF: hue angle of 190.91º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97DFEF is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151223239-
CMYK0.370.0700.06
HSL190.91º73.33%76.47%-
HSV(B)190.91º36.82%93.73%-
XYZ54.7365.5991.44-
YUV203.3148.1590.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.63%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=24.63%
G=36.38%
B=38.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512232390.370.0700.06190.9173.3376.47
Hex97DFEF25706bf494c
Octal22733735745706277111114
Binary10010111110111111110111110010111101101011111110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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