Html Css Color HEX #AAACE5 Perano

📋 copy color: '#AAACE5'

red 170 ◦ green 172 ◦ blue 229

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

Shades of Perano #AAACE5

Tints of Perano #AAACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.12%

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

R = 29.77%
G = 30.12%
B = 40.11%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAACE5 (or 0xAAACE5) is known color: Perano. HEX triplet: AA, AC and E5. RGB value is (170,172,229). Sum of RGB (Red+Green+Blue) = 170+172+229=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACE5 is #55531A. Grayscale: #B1B1B1. Windows color (decimal): -5591835 or 15051946. OLE color: 15051946.

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

Color convert

RGB 170 172 229 -
CMYK 0.26 0.25 0 0.10
HSL 237.97º 0.53% 0.78% -
HSV(B) 237.97º 0.26% 0.9% -
XYZ 45.47 43.71 80.17 -
YUV 177.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 170 172 229 0.26 0.25 0 0.10 237.97 0.53 0.78
Hex AA AC E5 1A 19 0 A EE 35 4E
Octal 252 254 345 32 31 0 12 356 65 116
Binary 10101010 10101100 11100101 11010 11001 0 1010 11101110 110101 1001110

Color Harmonies of #AAACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAACE5

Black with #AAACE5

Text Example


Text Example

White with #AAACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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