Shades of Perano #A8C0FD
Tints of Perano #A8C0FD
RGB
CMYK
RGB Variations
Color information
#A8C0FD (or 0xA8C0FD) is known color: Perano. HEX triplet: A8, C0 and FD. RGB value is (168,192,253). Sum of RGB (Red+Green+Blue) = 168+192+253=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C0FD is #573F02. Grayscale: #BFBFBF. Windows color (decimal): -5717763 or 16629928. OLE color: 16629928.
HSL color Cylindrical-coordinate representation of color #A8C0FD: hue angle of 223.06º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C0FD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 192 | 253 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.01 |
| HSL | 223.06º | 0.96% | 0.83% | - |
| HSV(B) | 223.06º | 0.34% | 0.99% | - |
| XYZ | 52.73 | 53.12 | 100.4 | - |
| YUV | 191.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 253 | 0.34 | 0.24 | 0 | 0.01 | 223.06 | 0.96 | 0.83 |
| Hex | A8 | C0 | FD | 22 | 18 | 0 | 1 | DF | 60 | 53 |
| Octal | 250 | 300 | 375 | 42 | 30 | 0 | 1 | 337 | 140 | 123 |
| Binary | 10101000 | 11000000 | 11111101 | 100010 | 11000 | 0 | 1 | 11011111 | 1100000 | 1010011 |
Color Harmonies of #A8C0FD
Complementary color
Monochromatic Colors of #A8C0FD
Black with #A8C0FD
Text Example
Text Example
White with #A8C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0FD; }
p { color: rgb(168,192,253); }
H1.HeaderClassName
{
color: #A8C0FD;
}
.AnyTagClassName
{
color: #A8C0FD;
}
</style>
background-color css
<style>
a { background-color: #A8C0FD; }
a { background-color: rgb(168,192,253); }
div.DivClassName
{
background-color: #A8C0FD;
}
.BgClassName
{
background-color: #A8C0FD;
}
</style>
border-color css
<style>
span { border-color: #A8C0FD; }
span { border-color: rgb(168,192,253); }
td.TdClassName
{
border-color: #A8C0FD;
}
.TagClassName
{
border-color: #A8C0FD;
}
</style>