#AADEED

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

Shades of Light Blue #AADEED

Tints of Light Blue #AADEED

Color information

#AADEED (or 0xAADEED) is unknown color: approx Light Blue. HEX triplet: AA, DE and ED. RGB value is (170,222,237). Sum of RGB (Red+Green+Blue) = 170+222+237=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #AADEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEED is #552112. Grayscale: #D0D0D0. Windows color (decimal): -5579027 or 15589034. OLE color: 15589034.

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

Color convert

RGB170222237-
CMYK0.280.0600.07
HSL193.43º65.05%79.8%-
HSV(B)193.43º28.27%92.94%-
XYZ57.9866.989.98-
YUV208.16144.27100.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=27.03%
G=35.29%
B=37.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702222370.280.0600.07193.4365.0579.8
HexAADEED1C607c14150
Octal25233635534607301101120
Binary1010101011011110111011011110011001111100000110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEED; }

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

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

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

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

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

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

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

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