#ADEAF7

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

Shades of Blizzard Blue #ADEAF7

Tints of Blizzard Blue #ADEAF7

Color information

#ADEAF7 (or 0xADEAF7) is unknown color: approx Blizzard Blue. HEX triplet: AD, EA and F7. RGB value is (173,234,247). Sum of RGB (Red+Green+Blue) = 173+234+247=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADEAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAF7 is #521508. Grayscale: #D9D9D9. Windows color (decimal): -5379337 or 16247469. OLE color: 16247469.

HSL color Cylindrical-coordinate representation of color #ADEAF7: hue angle of 190.54º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADEAF7 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173234247-
CMYK0.300.0500.03
HSL190.54º82.22%82.35%-
HSV(B)190.54º29.96%96.86%-
XYZ63.4474.4599.02-
YUV217.24144.7996.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.45%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=26.45%
G=35.78%
B=37.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732342470.300.0500.03190.5482.2282.35
HexADEAF71E503bf5252
Octal25535236736503277122122
Binary101011011110101011110111111101010111011111110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEAF7; }

 p { color: rgb(173,234,247); }

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

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

 a { background-color: rgb(173,234,247); }

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

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

 span { border-color: rgb(173,234,247); }

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