#AAD9F1

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

Shades of Light Blue #AAD9F1

Tints of Light Blue #AAD9F1

Color information

#AAD9F1 (or 0xAAD9F1) is unknown color: approx Light Blue. HEX triplet: AA, D9 and F1. RGB value is (170,217,241). Sum of RGB (Red+Green+Blue) = 170+217+241=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9F1 is #55260E. Grayscale: #CDCDCD. Windows color (decimal): -5580303 or 15849898. OLE color: 15849898.

HSL color Cylindrical-coordinate representation of color #AAD9F1: hue angle of 200.28º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD9F1 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170217241-
CMYK0.290.1000.05
HSL200.28º71.72%80.59%-
HSV(B)200.28º29.46%94.51%-
XYZ57.2764.5292.65-
YUV205.68147.93102.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=27.07%
G=34.55%
B=38.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702172410.290.1000.05200.2871.7280.59
HexAAD9F11DA05c84851
Octal252331361351205310110121
Binary10101010110110011111000111101101001011100100010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9F1; }

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

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

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

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

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

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

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

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