#AAD4E8

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

Shades of Light Blue #AAD4E8

Tints of Light Blue #AAD4E8

Color information

#AAD4E8 (or 0xAAD4E8) is unknown color: approx Light Blue. HEX triplet: AA, D4 and E8. RGB value is (170,212,232). Sum of RGB (Red+Green+Blue) = 170+212+232=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD4E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4E8 is #552B17. Grayscale: #C9C9C9. Windows color (decimal): -5581592 or 15258794. OLE color: 15258794.

HSL color Cylindrical-coordinate representation of color #AAD4E8: hue angle of 199.35º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD4E8 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170212232-
CMYK0.270.0900.09
HSL199.35º57.41%78.82%-
HSV(B)199.35º26.72%90.98%-
XYZ54.6961.4685.32-
YUV201.72145.09105.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 212 (83.20% from 255) = 34.53%
BLUE value IS 232 (91.02% from 255) = 37.79%
R=27.69%
G=34.53%
B=37.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702122320.270.0900.09199.3557.4178.82
HexAAD4E81B909c7394f
Octal252324350331101130771117
Binary10101010110101001110100011011100101001110001111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD4E8; }

 p { color: rgb(170,212,232); }

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

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

 a { background-color: rgb(170,212,232); }

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

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

 span { border-color: rgb(170,212,232); }

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