Shades of Perano #AAC1F3
Tints of Perano #AAC1F3
RGB
CMYK
RGB Variations
Color information
#AAC1F3 (or 0xAAC1F3) is known color: Perano. HEX triplet: AA, C1 and F3. RGB value is (170,193,243). Sum of RGB (Red+Green+Blue) = 170+193+243=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAC1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC1F3 is #553E0C. Grayscale: #BFBFBF. Windows color (decimal): -5586445 or 15974826. OLE color: 15974826.
HSL color Cylindrical-coordinate representation of color #AAC1F3: hue angle of 221.1º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC1F3 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 193 | 243 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.05 |
| HSL | 221.1º | 0.75% | 0.81% | - |
| HSV(B) | 221.1º | 0.3% | 0.95% | - |
| XYZ | 51.83 | 53.16 | 92.32 | - |
| YUV | 191.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 243 | 0.30 | 0.21 | 0 | 0.05 | 221.1 | 0.75 | 0.81 |
| Hex | AA | C1 | F3 | 1E | 15 | 0 | 5 | DD | 4B | 51 |
| Octal | 252 | 301 | 363 | 36 | 25 | 0 | 5 | 335 | 113 | 121 |
| Binary | 10101010 | 11000001 | 11110011 | 11110 | 10101 | 0 | 101 | 11011101 | 1001011 | 1010001 |
Color Harmonies of #AAC1F3
Complementary color
Monochromatic Colors of #AAC1F3
Black with #AAC1F3
Text Example
Text Example
White with #AAC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1F3; }
p { color: rgb(170,193,243); }
H1.HeaderClassName
{
color: #AAC1F3;
}
.AnyTagClassName
{
color: #AAC1F3;
}
</style>
background-color css
<style>
a { background-color: #AAC1F3; }
a { background-color: rgb(170,193,243); }
div.DivClassName
{
background-color: #AAC1F3;
}
.BgClassName
{
background-color: #AAC1F3;
}
</style>
border-color css
<style>
span { border-color: #AAC1F3; }
span { border-color: rgb(170,193,243); }
td.TdClassName
{
border-color: #AAC1F3;
}
.TagClassName
{
border-color: #AAC1F3;
}
</style>