Shades of Perano #A9C0FE
Tints of Perano #A9C0FE
RGB
CMYK
RGB Variations
Color information
#A9C0FE (or 0xA9C0FE) is known color: Perano. HEX triplet: A9, C0 and FE. RGB value is (169,192,254). Sum of RGB (Red+Green+Blue) = 169+192+254=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9C0FE is #563F01. Grayscale: #BFBFBF. Windows color (decimal): -5652226 or 16695465. OLE color: 16695465.
HSL color Cylindrical-coordinate representation of color #A9C0FE: hue angle of 223.76º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9C0FE is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 192 | 254 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.00 |
| HSL | 223.76º | 0.98% | 0.83% | - |
| HSV(B) | 223.76º | 0.33% | 1% | - |
| XYZ | 53.1 | 53.29 | 101.25 | - |
| YUV | 192.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 254 | 0.33 | 0.24 | 0 | 0.00 | 223.76 | 0.98 | 0.83 |
| Hex | A9 | C0 | FE | 21 | 18 | 0 | 0 | E0 | 62 | 53 |
| Octal | 251 | 300 | 376 | 41 | 30 | 0 | 0 | 340 | 142 | 123 |
| Binary | 10101001 | 11000000 | 11111110 | 100001 | 11000 | 0 | 0 | 11100000 | 1100010 | 1010011 |
Color Harmonies of #A9C0FE
Complementary color
Monochromatic Colors of #A9C0FE
Black with #A9C0FE
Text Example
Text Example
White with #A9C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0FE; }
p { color: rgb(169,192,254); }
H1.HeaderClassName
{
color: #A9C0FE;
}
.AnyTagClassName
{
color: #A9C0FE;
}
</style>
background-color css
<style>
a { background-color: #A9C0FE; }
a { background-color: rgb(169,192,254); }
div.DivClassName
{
background-color: #A9C0FE;
}
.BgClassName
{
background-color: #A9C0FE;
}
</style>
border-color css
<style>
span { border-color: #A9C0FE; }
span { border-color: rgb(169,192,254); }
td.TdClassName
{
border-color: #A9C0FE;
}
.TagClassName
{
border-color: #A9C0FE;
}
</style>