Html Css Color HEX #AAADE5 Perano

📋 copy color: '#AAADE5'

red 170 ◦ green 173 ◦ blue 229

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

Shades of Perano #AAADE5

Tints of Perano #AAADE5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.24%

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

R = 29.72%
G = 30.24%
B = 40.03%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAADE5 (or 0xAAADE5) is known color: Perano. HEX triplet: AA, AD and E5. RGB value is (170,173,229). Sum of RGB (Red+Green+Blue) = 170+173+229=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADE5 is #55521A. Grayscale: #B2B2B2. Windows color (decimal): -5591579 or 15052202. OLE color: 15052202.

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

Color convert

RGB 170 173 229 -
CMYK 0.26 0.24 0 0.10
HSL 236.95º 0.53% 0.78% -
HSV(B) 236.95º 0.26% 0.9% -
XYZ 45.66 44.09 80.23 -
YUV 178.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 170 173 229 0.26 0.24 0 0.10 236.95 0.53 0.78
Hex AA AD E5 1A 18 0 A ED 35 4E
Octal 252 255 345 32 30 0 12 355 65 116
Binary 10101010 10101101 11100101 11010 11000 0 1010 11101101 110101 1001110

Color Harmonies of #AAADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADE5

Black with #AAADE5

Text Example


Text Example

White with #AAADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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