Html Css Color HEX #AAD9E3 Light Blue

📋 copy color: '#AAD9E3'

red 170 ◦ green 217 ◦ blue 227

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

Shades of Light Blue #AAD9E3

Tints of Light Blue #AAD9E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.97%

R = 27.69%
G = 35.34%
B = 36.97%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AAD9E3 (or 0xAAD9E3) is known color: Light Blue. HEX triplet: AA, D9 and E3. RGB value is (170,217,227). Sum of RGB (Red+Green+Blue) = 170+217+227=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAD9E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9E3 is #55261C. Grayscale: #CCCCCC. Windows color (decimal): -5580317 or 14932394. OLE color: 14932394.

HSL color Cylindrical-coordinate representation of color #AAD9E3: hue angle of 190.53º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAD9E3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 217 227 -
CMYK 0.25 0.04 0 0.11
HSL 190.53º 0.5% 0.78% -
HSV(B) 190.53º 0.25% 0.89% -
XYZ 55.26 63.72 82.06 -
YUV 204.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 170 217 227 0.25 0.04 0 0.11 190.53 0.5 0.78
Hex AA D9 E3 19 4 0 B BF 32 4E
Octal 252 331 343 31 4 0 13 277 62 116
Binary 10101010 11011001 11100011 11001 100 0 1011 10111111 110010 1001110

Color Harmonies of #AAD9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9E3

Black with #AAD9E3

Text Example


Text Example

White with #AAD9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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