Html Css Color HEX #AAACE9 Perano

📋 copy color: '#AAACE9'

red 170 ◦ green 172 ◦ blue 233

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

Shades of Perano #AAACE9

Tints of Perano #AAACE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.52%

R = 29.57%
G = 29.91%
B = 40.52%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAACE9 (or 0xAAACE9) is known color: Perano. HEX triplet: AA, AC and E9. RGB value is (170,172,233). Sum of RGB (Red+Green+Blue) = 170+172+233=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACE9 is #555316. Grayscale: #B2B2B2. Windows color (decimal): -5591831 or 15314090. OLE color: 15314090.

HSL color Cylindrical-coordinate representation of color #AAACE9: hue angle of 238.1º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAACE9 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 172 233 -
CMYK 0.27 0.26 0 0.09
HSL 238.1º 0.59% 0.79% -
HSV(B) 238.1º 0.27% 0.91% -
XYZ 46.04 43.93 83.14 -
YUV 178.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 170 172 233 0.27 0.26 0 0.09 238.1 0.59 0.79
Hex AA AC E9 1B 1A 0 9 EE 3B 4F
Octal 252 254 351 33 32 0 11 356 73 117
Binary 10101010 10101100 11101001 11011 11010 0 1001 11101110 111011 1001111

Color Harmonies of #AAACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAACE9

Black with #AAACE9

Text Example


Text Example

White with #AAACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAACE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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