Shades of Perano #A9C0FD
Tints of Perano #A9C0FD
RGB
CMYK
RGB Variations
Color information
#A9C0FD (or 0xA9C0FD) is known color: Perano. HEX triplet: A9, C0 and FD. RGB value is (169,192,253). Sum of RGB (Red+Green+Blue) = 169+192+253=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9C0FD is #563F02. Grayscale: #BFBFBF. Windows color (decimal): -5652227 or 16629929. OLE color: 16629929.
HSL color Cylindrical-coordinate representation of color #A9C0FD: hue angle of 223.57º 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 #A9C0FD is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 192 | 253 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.01 |
| HSL | 223.57º | 0.95% | 0.83% | - |
| HSV(B) | 223.57º | 0.33% | 0.99% | - |
| XYZ | 52.94 | 53.23 | 100.41 | - |
| YUV | 192.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 253 | 0.33 | 0.24 | 0 | 0.01 | 223.57 | 0.95 | 0.83 |
| Hex | A9 | C0 | FD | 21 | 18 | 0 | 1 | E0 | 5F | 53 |
| Octal | 251 | 300 | 375 | 41 | 30 | 0 | 1 | 340 | 137 | 123 |
| Binary | 10101001 | 11000000 | 11111101 | 100001 | 11000 | 0 | 1 | 11100000 | 1011111 | 1010011 |
Color Harmonies of #A9C0FD
Complementary color
Monochromatic Colors of #A9C0FD
Black with #A9C0FD
Text Example
Text Example
White with #A9C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0FD; }
p { color: rgb(169,192,253); }
H1.HeaderClassName
{
color: #A9C0FD;
}
.AnyTagClassName
{
color: #A9C0FD;
}
</style>
background-color css
<style>
a { background-color: #A9C0FD; }
a { background-color: rgb(169,192,253); }
div.DivClassName
{
background-color: #A9C0FD;
}
.BgClassName
{
background-color: #A9C0FD;
}
</style>
border-color css
<style>
span { border-color: #A9C0FD; }
span { border-color: rgb(169,192,253); }
td.TdClassName
{
border-color: #A9C0FD;
}
.TagClassName
{
border-color: #A9C0FD;
}
</style>