#AADDEB

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

Shades of Light Blue #AADDEB

Tints of Light Blue #AADDEB

Color information

#AADDEB (or 0xAADDEB) is unknown color: approx Light Blue. HEX triplet: AA, DD and EB. RGB value is (170,221,235). Sum of RGB (Red+Green+Blue) = 170+221+235=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #AADDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDEB is #552214. Grayscale: #CFCFCF. Windows color (decimal): -5579285 or 15457706. OLE color: 15457706.

HSL color Cylindrical-coordinate representation of color #AADDEB: hue angle of 192.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADDEB is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170221235-
CMYK0.280.0600.08
HSL192.92º61.9%79.41%-
HSV(B)192.92º27.66%92.16%-
XYZ57.4366.2688.36-
YUV207.35143.6101.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.16%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=27.16%
G=35.30%
B=37.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702212350.280.0600.08192.9261.979.41
HexAADDEB1C608c13e4f
Octal25233535334601030176117
Binary1010101011011101111010111110011001000110000011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDEB; }

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

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

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

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

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

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

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

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