Shades of Perano #A6C0FD
Tints of Perano #A6C0FD
RGB
CMYK
RGB Variations
Color information
#A6C0FD (or 0xA6C0FD) is known color: Perano. HEX triplet: A6, C0 and FD. RGB value is (166,192,253). Sum of RGB (Red+Green+Blue) = 166+192+253=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C0FD is #593F02. Grayscale: #BEBEBE. Windows color (decimal): -5848835 or 16629926. OLE color: 16629926.
HSL color Cylindrical-coordinate representation of color #A6C0FD: hue angle of 222.07º 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 #A6C0FD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 192 | 253 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.01 |
| HSL | 222.07º | 0.96% | 0.82% | - |
| HSV(B) | 222.07º | 0.34% | 0.99% | - |
| XYZ | 52.31 | 52.9 | 100.38 | - |
| YUV | 191.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 253 | 0.34 | 0.24 | 0 | 0.01 | 222.07 | 0.96 | 0.82 |
| Hex | A6 | C0 | FD | 22 | 18 | 0 | 1 | DE | 60 | 52 |
| Octal | 246 | 300 | 375 | 42 | 30 | 0 | 1 | 336 | 140 | 122 |
| Binary | 10100110 | 11000000 | 11111101 | 100010 | 11000 | 0 | 1 | 11011110 | 1100000 | 1010010 |
Color Harmonies of #A6C0FD
Complementary color
Monochromatic Colors of #A6C0FD
Black with #A6C0FD
Text Example
Text Example
White with #A6C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0FD; }
p { color: rgb(166,192,253); }
H1.HeaderClassName
{
color: #A6C0FD;
}
.AnyTagClassName
{
color: #A6C0FD;
}
</style>
background-color css
<style>
a { background-color: #A6C0FD; }
a { background-color: rgb(166,192,253); }
div.DivClassName
{
background-color: #A6C0FD;
}
.BgClassName
{
background-color: #A6C0FD;
}
</style>
border-color css
<style>
span { border-color: #A6C0FD; }
span { border-color: rgb(166,192,253); }
td.TdClassName
{
border-color: #A6C0FD;
}
.TagClassName
{
border-color: #A6C0FD;
}
</style>