Html Css Color HEX #AAACE4 Perano

📋 copy color: '#AAACE4'

red 170 ◦ green 172 ◦ blue 228

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

Shades of Perano #AAACE4

Tints of Perano #AAACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40%

R = 29.82%
G = 30.18%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AAACE4 (or 0xAAACE4) is known color: Perano. HEX triplet: AA, AC and E4. RGB value is (170,172,228). Sum of RGB (Red+Green+Blue) = 170+172+228=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACE4 is #55531B. Grayscale: #B1B1B1. Windows color (decimal): -5591836 or 14986410. OLE color: 14986410.

HSL color Cylindrical-coordinate representation of color #AAACE4: hue angle of 237.93º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAACE4 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 172 228 -
CMYK 0.25 0.25 0 0.11
HSL 237.93º 0.52% 0.78% -
HSV(B) 237.93º 0.25% 0.89% -
XYZ 45.33 43.65 79.44 -
YUV 177.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 170 172 228 0.25 0.25 0 0.11 237.93 0.52 0.78
Hex AA AC E4 19 19 0 B EE 34 4E
Octal 252 254 344 31 31 0 13 356 64 116
Binary 10101010 10101100 11100100 11001 11001 0 1011 11101110 110100 1001110

Color Harmonies of #AAACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAACE4

Black with #AAACE4

Text Example


Text Example

White with #AAACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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