#AADAEB

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

Shades of Light Blue #AADAEB

Tints of Light Blue #AADAEB

Color information

#AADAEB (or 0xAADAEB) is unknown color: approx Light Blue. HEX triplet: AA, DA and EB. RGB value is (170,218,235). Sum of RGB (Red+Green+Blue) = 170+218+235=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #AADAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAEB is #552514. Grayscale: #CDCDCD. Windows color (decimal): -5580053 or 15456938. OLE color: 15456938.

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

Color convert

RGB170218235-
CMYK0.280.0700.08
HSL195.69º61.9%79.41%-
HSV(B)195.69º27.66%92.16%-
XYZ56.6464.6988.1-
YUV205.59144.6102.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.29%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=27.29%
G=34.99%
B=37.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702182350.280.0700.08195.6961.979.41
HexAADAEB1C708c43e4f
Octal25233235334701030476117
Binary1010101011011010111010111110011101000110001001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAEB; }

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

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

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

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

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

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

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

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