#AAC0EB

Color #AAC0EB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AAC0EB

Tints of Perano #AAC0EB

Color information

#AAC0EB (or 0xAAC0EB) is unknown color: approx Perano. HEX triplet: AA, C0 and EB. RGB value is (170,192,235). Sum of RGB (Red+Green+Blue) = 170+192+235=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAC0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0EB is #553F14. Grayscale: #BEBEBE. Windows color (decimal): -5586709 or 15450282. OLE color: 15450282.

HSL color Cylindrical-coordinate representation of color #AAC0EB: hue angle of 219.69º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC0EB is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170192235-
CMYK0.280.1800.08
HSL219.69º61.9%79.41%-
HSV(B)219.69º27.66%92.16%-
XYZ50.4252.2486.02-
YUV190.32153.21113.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=28.48%
G=32.16%
B=39.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701922350.280.1800.08219.6961.979.41
HexAAC0EB1C1208dc3e4f
Octal252300353342201033476117
Binary101010101100000011101011111001001001000110111001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0EB; }

 p { color: rgb(170,192,235); }

 H1.HeaderClassName
 {
   color: #AAC0EB;
 }
 .AnyTagClassName
 {
   color: #AAC0EB;
 }
</style>
background-color css

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

 a { background-color: rgb(170,192,235); }

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

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

 span { border-color: rgb(170,192,235); }

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