Html Css Color HEX #AAAFE9 Perano

📋 copy color: '#AAAFE9'

red 170 ◦ green 175 ◦ blue 233

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

Shades of Perano #AAAFE9

Tints of Perano #AAAFE9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.28%

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

R = 29.41%
G = 30.28%
B = 40.31%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAAFE9 (or 0xAAAFE9) is known color: Perano. HEX triplet: AA, AF and E9. RGB value is (170,175,233). Sum of RGB (Red+Green+Blue) = 170+175+233=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAAFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFE9 is #555016. Grayscale: #B3B3B3. Windows color (decimal): -5591063 or 15314858. OLE color: 15314858.

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

Color convert

RGB 170 175 233 -
CMYK 0.27 0.25 0 0.09
HSL 235.24º 0.59% 0.79% -
HSV(B) 235.24º 0.27% 0.91% -
XYZ 46.62 45.09 83.34 -
YUV 180.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 170 175 233 0.27 0.25 0 0.09 235.24 0.59 0.79
Hex AA AF E9 1B 19 0 9 EB 3B 4F
Octal 252 257 351 33 31 0 11 353 73 117
Binary 10101010 10101111 11101001 11011 11001 0 1001 11101011 111011 1001111

Color Harmonies of #AAAFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFE9

Black with #AAAFE9

Text Example


Text Example

White with #AAAFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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