Shades of Perano #A7C0FD
Tints of Perano #A7C0FD
RGB
CMYK
RGB Variations
Color information
#A7C0FD (or 0xA7C0FD) is known color: Perano. HEX triplet: A7, C0 and FD. RGB value is (167,192,253). Sum of RGB (Red+Green+Blue) = 167+192+253=612 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.29% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7C0FD is #583F02. Grayscale: #BFBFBF. Windows color (decimal): -5783299 or 16629927. OLE color: 16629927.
HSL color Cylindrical-coordinate representation of color #A7C0FD: hue angle of 222.56º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7C0FD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 192 | 253 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.01 |
| HSL | 222.56º | 0.96% | 0.82% | - |
| HSV(B) | 222.56º | 0.34% | 0.99% | - |
| XYZ | 52.52 | 53.01 | 100.39 | - |
| YUV | 191.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 253 | 0.34 | 0.24 | 0 | 0.01 | 222.56 | 0.96 | 0.82 |
| Hex | A7 | C0 | FD | 22 | 18 | 0 | 1 | DF | 60 | 52 |
| Octal | 247 | 300 | 375 | 42 | 30 | 0 | 1 | 337 | 140 | 122 |
| Binary | 10100111 | 11000000 | 11111101 | 100010 | 11000 | 0 | 1 | 11011111 | 1100000 | 1010010 |
Color Harmonies of #A7C0FD
Complementary color
Monochromatic Colors of #A7C0FD
Black with #A7C0FD
Text Example
Text Example
White with #A7C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C0FD; }
p { color: rgb(167,192,253); }
H1.HeaderClassName
{
color: #A7C0FD;
}
.AnyTagClassName
{
color: #A7C0FD;
}
</style>
background-color css
<style>
a { background-color: #A7C0FD; }
a { background-color: rgb(167,192,253); }
div.DivClassName
{
background-color: #A7C0FD;
}
.BgClassName
{
background-color: #A7C0FD;
}
</style>
border-color css
<style>
span { border-color: #A7C0FD; }
span { border-color: rgb(167,192,253); }
td.TdClassName
{
border-color: #A7C0FD;
}
.TagClassName
{
border-color: #A7C0FD;
}
</style>