Html Css Color HEX #AAB9E0 Perano

📋 copy color: '#AAB9E0'

red 170 ◦ green 185 ◦ blue 224

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

Shades of Perano #AAB9E0

Tints of Perano #AAB9E0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.95%

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 29.36%
G = 31.95%
B = 38.69%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AAB9E0 (or 0xAAB9E0) is known color: Perano. HEX triplet: AA, B9 and E0. RGB value is (170,185,224). Sum of RGB (Red+Green+Blue) = 170+185+224=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAB9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9E0 is #55461F. Grayscale: #B8B8B8. Windows color (decimal): -5588512 or 14727594. OLE color: 14727594.

HSL color Cylindrical-coordinate representation of color #AAB9E0: hue angle of 223.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB9E0 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 185 224 -
CMYK 0.24 0.17 0 0.12
HSL 223.33º 0.47% 0.77% -
HSV(B) 223.33º 0.24% 0.88% -
XYZ 47.38 48.63 77.41 -
YUV 184.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 170 185 224 0.24 0.17 0 0.12 223.33 0.47 0.77
Hex AA B9 E0 18 11 0 C DF 2F 4D
Octal 252 271 340 30 21 0 14 337 57 115
Binary 10101010 10111001 11100000 11000 10001 0 1100 11011111 101111 1001101

Color Harmonies of #AAB9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9E0

Black with #AAB9E0

Text Example


Text Example

White with #AAB9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9E0; }

 p { color: rgb(170,185,224); }

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

background-color css

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

 a { background-color: rgb(170,185,224); }

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

border-color css

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

 span { border-color: rgb(170,185,224); }

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