#AADDED

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

Shades of Light Blue #AADDED

Tints of Light Blue #AADDED

Color information

#AADDED (or 0xAADDED) is unknown color: approx Light Blue. HEX triplet: AA, DD and ED. RGB value is (170,221,237). Sum of RGB (Red+Green+Blue) = 170+221+237=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #AADDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDED is #552212. Grayscale: #CFCFCF. Windows color (decimal): -5579283 or 15588778. OLE color: 15588778.

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

Color convert

RGB170221237-
CMYK0.280.0700.07
HSL194.33º65.05%79.8%-
HSV(B)194.33º28.27%92.94%-
XYZ57.7266.3789.89-
YUV207.58144.6101.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=27.07%
G=35.19%
B=37.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702212370.280.0700.07194.3365.0579.8
HexAADDED1C707c24150
Octal25233535534707302101120
Binary1010101011011101111011011110011101111100001010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDED; }

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

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

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

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

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

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

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

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