Shades of Perano #AAADFF
Tints of Perano #AAADFF
RGB
CMYK
RGB Variations
Color information
#AAADFF (or 0xAAADFF) is known color: Perano. HEX triplet: AA, AD and FF. RGB value is (170,173,255). Sum of RGB (Red+Green+Blue) = 170+173+255=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADFF is #555200. Grayscale: #B5B5B5. Windows color (decimal): -5591553 or 16756138. OLE color: 16756138.
HSL color Cylindrical-coordinate representation of color #AAADFF: hue angle of 237.88º 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 #AAADFF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 173 | 255 | - |
| CMYK | 0.33 | 0.32 | 0 | 0 |
| HSL | 237.88º | 1% | 0.83% | - |
| HSV(B) | 237.88º | 0.33% | 1% | - |
| XYZ | 49.57 | 45.65 | 100.81 | - |
| YUV | 181.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 255 | 0.33 | 0.32 | 0 | 0 | 237.88 | 1 | 0.83 |
| Hex | AA | AD | FF | 21 | 20 | 0 | 0 | EE | 64 | 53 |
| Octal | 252 | 255 | 377 | 41 | 40 | 0 | 0 | 356 | 144 | 123 |
| Binary | 10101010 | 10101101 | 11111111 | 100001 | 100000 | 0 | 0 | 11101110 | 1100100 | 1010011 |
Color Harmonies of #AAADFF
Complementary color
Monochromatic Colors of #AAADFF
Black with #AAADFF
Text Example
Text Example
White with #AAADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADFF; }
p { color: rgb(170,173,255); }
H1.HeaderClassName
{
color: #AAADFF;
}
.AnyTagClassName
{
color: #AAADFF;
}
</style>
background-color css
<style>
a { background-color: #AAADFF; }
a { background-color: rgb(170,173,255); }
div.DivClassName
{
background-color: #AAADFF;
}
.BgClassName
{
background-color: #AAADFF;
}
</style>
border-color css
<style>
span { border-color: #AAADFF; }
span { border-color: rgb(170,173,255); }
td.TdClassName
{
border-color: #AAADFF;
}
.TagClassName
{
border-color: #AAADFF;
}
</style>