#AADFEF

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

Shades of Blizzard Blue #AADFEF

Tints of Blizzard Blue #AADFEF

Color information

#AADFEF (or 0xAADFEF) is unknown color: approx Blizzard Blue. HEX triplet: AA, DF and EF. RGB value is (170,223,239). Sum of RGB (Red+Green+Blue) = 170+223+239=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #AADFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFEF is #552010. Grayscale: #D0D0D0. Windows color (decimal): -5578769 or 15720362. OLE color: 15720362.

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

Color convert

RGB170223239-
CMYK0.290.0700.06
HSL193.91º68.32%80.2%-
HSV(B)193.91º28.87%93.73%-
XYZ58.5567.5591.61-
YUV208.98144.94100.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 223 (87.5% from 255) = 35.28%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=26.90%
G=35.28%
B=37.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702232390.290.0700.06193.9168.3280.2
HexAADFEF1D706c24450
Octal25233735735706302104120
Binary1010101011011111111011111110111101101100001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFEF; }

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

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

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

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

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

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

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

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