Shades of Perano #AAC2FF
Tints of Perano #AAC2FF
RGB
CMYK
RGB Variations
Color information
#AAC2FF (or 0xAAC2FF) is known color: Perano. HEX triplet: AA, C2 and FF. RGB value is (170,194,255). Sum of RGB (Red+Green+Blue) = 170+194+255=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2FF is #553D00. Grayscale: #C1C1C1. Windows color (decimal): -5586177 or 16761514. OLE color: 16761514.
HSL color Cylindrical-coordinate representation of color #AAC2FF: hue angle of 223.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC2FF is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 170 | 194 | 255 | - |
CMYK | 0.33 | 0.24 | 0 | 0 |
HSL | 223.06º | 1% | 0.83% | - |
HSV(B) | 223.06º | 0.33% | 1% | - |
XYZ | 53.92 | 54.35 | 102.26 | - |
YUV | 193.78 | 162.55 | 111.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 194 | 255 | 0.33 | 0.24 | 0 | 0 | 223.06 | 1 | 0.83 |
Hex | AA | C2 | FF | 21 | 18 | 0 | 0 | DF | 64 | 53 |
Octal | 252 | 302 | 377 | 41 | 30 | 0 | 0 | 337 | 144 | 123 |
Binary | 10101010 | 11000010 | 11111111 | 100001 | 11000 | 0 | 0 | 11011111 | 1100100 | 1010011 |
Color Harmonies of #AAC2FF
Complementary color
Monochromatic Colors of #AAC2FF
Black with #AAC2FF
Text Example
Text Example
White with #AAC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2FF; }
p { color: rgb(170,194,255); }
H1.HeaderClassName
{
color: #AAC2FF;
}
.AnyTagClassName
{
color: #AAC2FF;
}
</style>
background-color css
<style>
a { background-color: #AAC2FF; }
a { background-color: rgb(170,194,255); }
div.DivClassName
{
background-color: #AAC2FF;
}
.BgClassName
{
background-color: #AAC2FF;
}
</style>
border-color css
<style>
span { border-color: #AAC2FF; }
span { border-color: rgb(170,194,255); }
td.TdClassName
{
border-color: #AAC2FF;
}
.TagClassName
{
border-color: #AAC2FF;
}
</style>