#97DFEE

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

Shades of Blizzard Blue #97DFEE

Tints of Blizzard Blue #97DFEE

Color information

#97DFEE (or 0x97DFEE) is unknown color: approx Blizzard Blue. HEX triplet: 97, DF and EE. RGB value is (151,223,238). Sum of RGB (Red+Green+Blue) = 151+223+238=612 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.67% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #97DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DFEE is #682011. Grayscale: #CBCBCB. Windows color (decimal): -6823954 or 15654807. OLE color: 15654807.

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

Color convert

RGB151223238-
CMYK0.370.0600.07
HSL190.34º71.9%76.27%-
HSV(B)190.34º36.55%93.33%-
XYZ54.5865.5390.66-
YUV203.18147.6590.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.67%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=24.67%
G=36.44%
B=38.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512232380.370.0600.07190.3471.976.27
Hex97DFEE25607be484c
Octal22733735645607276110114
Binary10010111110111111110111010010111001111011111010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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