Shades of Perano #AAC0F8
Tints of Perano #AAC0F8
RGB
CMYK
RGB Variations
Color information
#AAC0F8 (or 0xAAC0F8) is known color: Perano. HEX triplet: AA, C0 and F8. RGB value is (170,192,248). Sum of RGB (Red+Green+Blue) = 170+192+248=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAC0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0F8 is #553F07. Grayscale: #BFBFBF. Windows color (decimal): -5586696 or 16302250. OLE color: 16302250.
HSL color Cylindrical-coordinate representation of color #AAC0F8: hue angle of 223.08º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC0F8 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 192 | 248 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.03 |
| HSL | 223.08º | 0.85% | 0.82% | - |
| HSV(B) | 223.08º | 0.31% | 0.97% | - |
| XYZ | 52.37 | 53.02 | 96.28 | - |
| YUV | 191.81 | 159.71 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 248 | 0.31 | 0.23 | 0 | 0.03 | 223.08 | 0.85 | 0.82 |
| Hex | AA | C0 | F8 | 1F | 17 | 0 | 3 | DF | 55 | 52 |
| Octal | 252 | 300 | 370 | 37 | 27 | 0 | 3 | 337 | 125 | 122 |
| Binary | 10101010 | 11000000 | 11111000 | 11111 | 10111 | 0 | 11 | 11011111 | 1010101 | 1010010 |
Color Harmonies of #AAC0F8
Complementary color
Monochromatic Colors of #AAC0F8
Black with #AAC0F8
Text Example
Text Example
White with #AAC0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0F8; }
p { color: rgb(170,192,248); }
H1.HeaderClassName
{
color: #AAC0F8;
}
.AnyTagClassName
{
color: #AAC0F8;
}
</style>
background-color css
<style>
a { background-color: #AAC0F8; }
a { background-color: rgb(170,192,248); }
div.DivClassName
{
background-color: #AAC0F8;
}
.BgClassName
{
background-color: #AAC0F8;
}
</style>
border-color css
<style>
span { border-color: #AAC0F8; }
span { border-color: rgb(170,192,248); }
td.TdClassName
{
border-color: #AAC0F8;
}
.TagClassName
{
border-color: #AAC0F8;
}
</style>