Shades of Perano #A9C0FB
Tints of Perano #A9C0FB
RGB
CMYK
RGB Variations
Color information
#A9C0FB (or 0xA9C0FB) is known color: Perano. HEX triplet: A9, C0 and FB. RGB value is (169,192,251). Sum of RGB (Red+Green+Blue) = 169+192+251=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9C0FB is #563F04. Grayscale: #BFBFBF. Windows color (decimal): -5652229 or 16498857. OLE color: 16498857.
HSL color Cylindrical-coordinate representation of color #A9C0FB: hue angle of 223.17º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9C0FB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 192 | 251 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.02 |
| HSL | 223.17º | 0.91% | 0.82% | - |
| HSV(B) | 223.17º | 0.33% | 0.98% | - |
| XYZ | 52.62 | 53.1 | 98.74 | - |
| YUV | 191.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 251 | 0.33 | 0.24 | 0 | 0.02 | 223.17 | 0.91 | 0.82 |
| Hex | A9 | C0 | FB | 21 | 18 | 0 | 2 | DF | 5B | 52 |
| Octal | 251 | 300 | 373 | 41 | 30 | 0 | 2 | 337 | 133 | 122 |
| Binary | 10101001 | 11000000 | 11111011 | 100001 | 11000 | 0 | 10 | 11011111 | 1011011 | 1010010 |
Color Harmonies of #A9C0FB
Complementary color
Monochromatic Colors of #A9C0FB
Black with #A9C0FB
Text Example
Text Example
White with #A9C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0FB; }
p { color: rgb(169,192,251); }
H1.HeaderClassName
{
color: #A9C0FB;
}
.AnyTagClassName
{
color: #A9C0FB;
}
</style>
background-color css
<style>
a { background-color: #A9C0FB; }
a { background-color: rgb(169,192,251); }
div.DivClassName
{
background-color: #A9C0FB;
}
.BgClassName
{
background-color: #A9C0FB;
}
</style>
border-color css
<style>
span { border-color: #A9C0FB; }
span { border-color: rgb(169,192,251); }
td.TdClassName
{
border-color: #A9C0FB;
}
.TagClassName
{
border-color: #A9C0FB;
}
</style>