#AADFEE

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

Shades of Blizzard Blue #AADFEE

Tints of Blizzard Blue #AADFEE

Color information

#AADFEE (or 0xAADFEE) is unknown color: approx Blizzard Blue. HEX triplet: AA, DF and EE. RGB value is (170,223,238). Sum of RGB (Red+Green+Blue) = 170+223+238=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #AADFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFEE is #552011. Grayscale: #D0D0D0. Windows color (decimal): -5578770 or 15654826. OLE color: 15654826.

HSL color Cylindrical-coordinate representation of color #AADFEE: hue angle of 193.24º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AADFEE is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170223238-
CMYK0.290.0600.07
HSL193.24º66.67%80%-
HSV(B)193.24º28.57%93.33%-
XYZ58.467.4990.84-
YUV208.86144.44100.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.94%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=26.94%
G=35.34%
B=37.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702232380.290.0600.07193.2466.6780
HexAADFEE1D607c14350
Octal25233735635607301103120
Binary1010101011011111111011101110111001111100000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFEE; }

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

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

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

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

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

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

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

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