Html Css Color HEX #AAD7E5 Light Blue

📋 copy color: '#AAD7E5'

red 170 ◦ green 215 ◦ blue 229

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

Shades of Light Blue #AAD7E5

Tints of Light Blue #AAD7E5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.02%

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

R = 27.69%
G = 35.02%
B = 37.3%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAD7E5 (or 0xAAD7E5) is known color: Light Blue. HEX triplet: AA, D7 and E5. RGB value is (170,215,229). Sum of RGB (Red+Green+Blue) = 170+215+229=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAD7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7E5 is #55281A. Grayscale: #CBCBCB. Windows color (decimal): -5580827 or 15062954. OLE color: 15062954.

HSL color Cylindrical-coordinate representation of color #AAD7E5: hue angle of 194.24º 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 #AAD7E5 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 215 229 -
CMYK 0.26 0.06 0 0.10
HSL 194.24º 0.53% 0.78% -
HSV(B) 194.24º 0.26% 0.9% -
XYZ 55.02 62.8 83.35 -
YUV 203.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 170 215 229 0.26 0.06 0 0.10 194.24 0.53 0.78
Hex AA D7 E5 1A 6 0 A C2 35 4E
Octal 252 327 345 32 6 0 12 302 65 116
Binary 10101010 11010111 11100101 11010 110 0 1010 11000010 110101 1001110

Color Harmonies of #AAD7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7E5

Black with #AAD7E5

Text Example


Text Example

White with #AAD7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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