#AAD8EB

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

Shades of Light Blue #AAD8EB

Tints of Light Blue #AAD8EB

Color information

#AAD8EB (or 0xAAD8EB) is unknown color: approx Light Blue. HEX triplet: AA, D8 and EB. RGB value is (170,216,235). Sum of RGB (Red+Green+Blue) = 170+216+235=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAD8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8EB is #552714. Grayscale: #CCCCCC. Windows color (decimal): -5580565 or 15456426. OLE color: 15456426.

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

Color convert

RGB170216235-
CMYK0.280.0800.08
HSL197.54º61.9%79.41%-
HSV(B)197.54º27.66%92.16%-
XYZ56.1363.6687.93-
YUV204.41145.26103.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=27.38%
G=34.78%
B=37.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702162350.280.0800.08197.5461.979.41
HexAAD8EB1C808c63e4f
Octal252330353341001030676117
Binary10101010110110001110101111100100001000110001101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8EB; }

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

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

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

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

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

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

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

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