Shades of Perano #AAADEF
Tints of Perano #AAADEF
RGB
CMYK
RGB Variations
Color information
#AAADEF (or 0xAAADEF) is known color: Perano. HEX triplet: AA, AD and EF. RGB value is (170,173,239). Sum of RGB (Red+Green+Blue) = 170+173+239=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADEF is #555210. Grayscale: #B3B3B3. Windows color (decimal): -5591569 or 15707562. OLE color: 15707562.
HSL color Cylindrical-coordinate representation of color #AAADEF: hue angle of 237.39º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAADEF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 173 | 239 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.06 |
| HSL | 237.39º | 0.68% | 0.8% | - |
| HSV(B) | 237.39º | 0.29% | 0.94% | - |
| XYZ | 47.1 | 44.67 | 87.8 | - |
| YUV | 179.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 239 | 0.29 | 0.28 | 0 | 0.06 | 237.39 | 0.68 | 0.8 |
| Hex | AA | AD | EF | 1D | 1C | 0 | 6 | ED | 44 | 50 |
| Octal | 252 | 255 | 357 | 35 | 34 | 0 | 6 | 355 | 104 | 120 |
| Binary | 10101010 | 10101101 | 11101111 | 11101 | 11100 | 0 | 110 | 11101101 | 1000100 | 1010000 |
Color Harmonies of #AAADEF
Complementary color
Monochromatic Colors of #AAADEF
Black with #AAADEF
Text Example
Text Example
White with #AAADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADEF; }
p { color: rgb(170,173,239); }
H1.HeaderClassName
{
color: #AAADEF;
}
.AnyTagClassName
{
color: #AAADEF;
}
</style>
background-color css
<style>
a { background-color: #AAADEF; }
a { background-color: rgb(170,173,239); }
div.DivClassName
{
background-color: #AAADEF;
}
.BgClassName
{
background-color: #AAADEF;
}
</style>
border-color css
<style>
span { border-color: #AAADEF; }
span { border-color: rgb(170,173,239); }
td.TdClassName
{
border-color: #AAADEF;
}
.TagClassName
{
border-color: #AAADEF;
}
</style>