#AADEEF

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

Shades of Light Blue #AADEEF

Tints of Light Blue #AADEEF

Color information

#AADEEF (or 0xAADEEF) is unknown color: approx Light Blue. HEX triplet: AA, DE and EF. RGB value is (170,222,239). Sum of RGB (Red+Green+Blue) = 170+222+239=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #AADEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEEF is #552110. Grayscale: #D0D0D0. Windows color (decimal): -5579025 or 15720106. OLE color: 15720106.

HSL color Cylindrical-coordinate representation of color #AADEEF: hue angle of 194.78º 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 #AADEEF is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170222239-
CMYK0.290.0700.06
HSL194.78º68.32%80.2%-
HSV(B)194.78º28.87%93.73%-
XYZ58.2867.0291.53-
YUV208.39145.27100.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.94%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=26.94%
G=35.18%
B=37.88%

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
Decimal1702222390.290.0700.06194.7868.3280.2
HexAADEEF1D706c34450
Octal25233635735706303104120
Binary1010101011011110111011111110111101101100001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEEF; }

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

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

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

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

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

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

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

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