#ADEBF7

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

Shades of Blizzard Blue #ADEBF7

Tints of Blizzard Blue #ADEBF7

Color information

#ADEBF7 (or 0xADEBF7) is unknown color: approx Blizzard Blue. HEX triplet: AD, EB and F7. RGB value is (173,235,247). Sum of RGB (Red+Green+Blue) = 173+235+247=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADEBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBF7 is #521408. Grayscale: #D9D9D9. Windows color (decimal): -5379081 or 16247725. OLE color: 16247725.

HSL color Cylindrical-coordinate representation of color #ADEBF7: hue angle of 189.73º 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 #ADEBF7 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173235247-
CMYK0.300.0500.03
HSL189.73º82.22%82.35%-
HSV(B)189.73º29.96%96.86%-
XYZ63.7375.0299.12-
YUV217.83144.4696.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.41%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 247 (96.88% from 255) = 37.71%
R=26.41%
G=35.88%
B=37.71%

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
Decimal1732352470.300.0500.03189.7382.2282.35
HexADEBF71E503be5252
Octal25535336736503276122122
Binary101011011110101111110111111101010111011111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBF7; }

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

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

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

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

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

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

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

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