#AADBEB

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

Shades of Light Blue #AADBEB

Tints of Light Blue #AADBEB

Color information

#AADBEB (or 0xAADBEB) is unknown color: approx Light Blue. HEX triplet: AA, DB and EB. RGB value is (170,219,235). Sum of RGB (Red+Green+Blue) = 170+219+235=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #AADBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBEB is #552414. Grayscale: #CECECE. Windows color (decimal): -5579797 or 15457194. OLE color: 15457194.

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

Color convert

RGB170219235-
CMYK0.280.0700.08
HSL194.77º61.9%79.41%-
HSV(B)194.77º27.66%92.16%-
XYZ56.965.2188.18-
YUV206.17144.27102.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=27.24%
G=35.10%
B=37.66%

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
Decimal1702192350.280.0700.08194.7761.979.41
HexAADBEB1C708c33e4f
Octal25233335334701030376117
Binary1010101011011011111010111110011101000110000111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBEB; }

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

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

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

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

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

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

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

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