Html Css Color HEX #AAD4E5 Light Blue

📋 copy color: '#AAD4E5'

red 170 ◦ green 212 ◦ blue 229

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

Shades of Light Blue #AAD4E5

Tints of Light Blue #AAD4E5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.7%

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

R = 27.82%
G = 34.7%
B = 37.48%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAD4E5 (or 0xAAD4E5) is known color: Light Blue. HEX triplet: AA, D4 and E5. RGB value is (170,212,229). Sum of RGB (Red+Green+Blue) = 170+212+229=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAD4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4E5 is #552B1A. Grayscale: #C9C9C9. Windows color (decimal): -5581595 or 15062186. OLE color: 15062186.

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

Color convert

RGB 170 212 229 -
CMYK 0.26 0.07 0 0.10
HSL 197.29º 0.53% 0.78% -
HSV(B) 197.29º 0.26% 0.9% -
XYZ 54.26 61.29 83.1 -
YUV 201.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 170 212 229 0.26 0.07 0 0.10 197.29 0.53 0.78
Hex AA D4 E5 1A 7 0 A C5 35 4E
Octal 252 324 345 32 7 0 12 305 65 116
Binary 10101010 11010100 11100101 11010 111 0 1010 11000101 110101 1001110

Color Harmonies of #AAD4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4E5

Black with #AAD4E5

Text Example


Text Example

White with #AAD4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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