#ADEAF5

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

Shades of Blizzard Blue #ADEAF5

Tints of Blizzard Blue #ADEAF5

Color information

#ADEAF5 (or 0xADEAF5) is unknown color: approx Blizzard Blue. HEX triplet: AD, EA and F5. RGB value is (173,234,245). Sum of RGB (Red+Green+Blue) = 173+234+245=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADEAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAF5 is #52150A. Grayscale: #D8D8D8. Windows color (decimal): -5379339 or 16116397. OLE color: 16116397.

HSL color Cylindrical-coordinate representation of color #ADEAF5: hue angle of 189.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADEAF5 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173234245-
CMYK0.290.0400.04
HSL189.17º78.26%81.96%-
HSV(B)189.17º29.39%96.08%-
XYZ63.1474.3297.4-
YUV217.02143.7996.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.53%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 245 (96.09% from 255) = 37.58%
R=26.53%
G=35.89%
B=37.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732342450.290.0400.04189.1778.2681.96
HexADEAF51D404bd4e52
Octal25535236535404275116122
Binary1010110111101010111101011110110001001011110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEAF5; }

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

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

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

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

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

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

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

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