Shades of Perano #AAADFD
Tints of Perano #AAADFD
RGB
CMYK
RGB Variations
Color information
#AAADFD (or 0xAAADFD) is known color: Perano. HEX triplet: AA, AD and FD. RGB value is (170,173,253). Sum of RGB (Red+Green+Blue) = 170+173+253=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADFD is #555202. Grayscale: #B4B4B4. Windows color (decimal): -5591555 or 16625066. OLE color: 16625066.
HSL color Cylindrical-coordinate representation of color #AAADFD: hue angle of 237.83º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAADFD is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 173 | 253 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.01 |
| HSL | 237.83º | 0.95% | 0.83% | - |
| HSV(B) | 237.83º | 0.33% | 0.99% | - |
| XYZ | 49.25 | 45.53 | 99.12 | - |
| YUV | 181.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 253 | 0.33 | 0.32 | 0 | 0.01 | 237.83 | 0.95 | 0.83 |
| Hex | AA | AD | FD | 21 | 20 | 0 | 1 | EE | 5F | 53 |
| Octal | 252 | 255 | 375 | 41 | 40 | 0 | 1 | 356 | 137 | 123 |
| Binary | 10101010 | 10101101 | 11111101 | 100001 | 100000 | 0 | 1 | 11101110 | 1011111 | 1010011 |
Color Harmonies of #AAADFD
Complementary color
Monochromatic Colors of #AAADFD
Black with #AAADFD
Text Example
Text Example
White with #AAADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADFD; }
p { color: rgb(170,173,253); }
H1.HeaderClassName
{
color: #AAADFD;
}
.AnyTagClassName
{
color: #AAADFD;
}
</style>
background-color css
<style>
a { background-color: #AAADFD; }
a { background-color: rgb(170,173,253); }
div.DivClassName
{
background-color: #AAADFD;
}
.BgClassName
{
background-color: #AAADFD;
}
</style>
border-color css
<style>
span { border-color: #AAADFD; }
span { border-color: rgb(170,173,253); }
td.TdClassName
{
border-color: #AAADFD;
}
.TagClassName
{
border-color: #AAADFD;
}
</style>