Html Css Color HEX #AAD9E5 Light Blue

📋 copy color: '#AAD9E5'

red 170 ◦ green 217 ◦ blue 229

#AAD9E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #AAD9E5

Tints of Light Blue #AAD9E5

RGB

 RED value IS 170 (66.8% from 255) = 27.6%

 GREEN value IS 217 (85.16% from 255) = 35.23%

 BLUE value IS 229 (89.84% from 255) = 37.18%

R = 27.6%
G = 35.23%
B = 37.18%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAD9E5 (or 0xAAD9E5) is known color: Light Blue. HEX triplet: AA, D9 and E5. RGB value is (170,217,229). Sum of RGB (Red+Green+Blue) = 170+217+229=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAD9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9E5 is #55261A. Grayscale: #CCCCCC. Windows color (decimal): -5580315 or 15063466. OLE color: 15063466.

HSL color Cylindrical-coordinate representation of color #AAD9E5: hue angle of 192.2º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD9E5 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 217 229 -
CMYK 0.26 0.05 0 0.10
HSL 192.2º 0.53% 0.78% -
HSV(B) 192.2º 0.26% 0.9% -
XYZ 55.53 63.83 83.52 -
YUV 204.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 170 217 229 0.26 0.05 0 0.10 192.2 0.53 0.78
Hex AA D9 E5 1A 5 0 A C0 35 4E
Octal 252 331 345 32 5 0 12 300 65 116
Binary 10101010 11011001 11100101 11010 101 0 1010 11000000 110101 1001110

Color Harmonies of #AAD9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9E5

Black with #AAD9E5

Text Example


Text Example

White with #AAD9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9E5; }

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

 H1.HeaderClassName
 {
   color: #AAD9E5;
 }
 .AnyTagClassName
 {
   color: #AAD9E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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