#AAD9F0

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

Shades of Light Blue #AAD9F0

Tints of Light Blue #AAD9F0

Color information

#AAD9F0 (or 0xAAD9F0) is unknown color: approx Light Blue. HEX triplet: AA, D9 and F0. RGB value is (170,217,240). Sum of RGB (Red+Green+Blue) = 170+217+240=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAD9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9F0 is #55260F. Grayscale: #CDCDCD. Windows color (decimal): -5580304 or 15784362. OLE color: 15784362.

HSL color Cylindrical-coordinate representation of color #AAD9F0: hue angle of 199.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD9F0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170217240-
CMYK0.290.1000.06
HSL199.71º70%80.39%-
HSV(B)199.71º29.17%94.12%-
XYZ57.1264.4691.87-
YUV205.57147.43102.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.11%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=27.11%
G=34.61%
B=38.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702172400.290.1000.06199.717080.39
HexAAD9F01DA06c84650
Octal252331360351206310106120
Binary10101010110110011111000011101101001101100100010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9F0; }

 p { color: rgb(170,217,240); }

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

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

 a { background-color: rgb(170,217,240); }

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

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

 span { border-color: rgb(170,217,240); }

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