#AAD5EB

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

Shades of Light Blue #AAD5EB

Tints of Light Blue #AAD5EB

Color information

#AAD5EB (or 0xAAD5EB) is unknown color: approx Light Blue. HEX triplet: AA, D5 and EB. RGB value is (170,213,235). Sum of RGB (Red+Green+Blue) = 170+213+235=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAD5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5EB is #552A14. Grayscale: #CACACA. Windows color (decimal): -5581333 or 15455658. OLE color: 15455658.

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

Color convert

RGB170213235-
CMYK0.280.0900.08
HSL200.31º61.9%79.41%-
HSV(B)200.31º27.66%92.16%-
XYZ55.3762.1387.67-
YUV202.65146.25104.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.51%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=27.51%
G=34.47%
B=38.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702132350.280.0900.08200.3161.979.41
HexAAD5EB1C908c83e4f
Octal252325353341101031076117
Binary10101010110101011110101111100100101000110010001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5EB; }

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

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

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

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

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

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

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

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