Shades of Perano #ADC0FE
Tints of Perano #ADC0FE
RGB
CMYK
RGB Variations
Color information
#ADC0FE (or 0xADC0FE) is known color: Perano. HEX triplet: AD, C0 and FE. RGB value is (173,192,254). Sum of RGB (Red+Green+Blue) = 173+192+254=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0FE is #523F01. Grayscale: #C1C1C1. Windows color (decimal): -5390082 or 16695469. OLE color: 16695469.
HSL color Cylindrical-coordinate representation of color #ADC0FE: hue angle of 225.93º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC0FE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 192 | 254 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.00 |
| HSL | 225.93º | 0.98% | 0.84% | - |
| HSV(B) | 225.93º | 0.32% | 1% | - |
| XYZ | 53.97 | 53.74 | 101.29 | - |
| YUV | 193.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 254 | 0.32 | 0.24 | 0 | 0.00 | 225.93 | 0.98 | 0.84 |
| Hex | AD | C0 | FE | 20 | 18 | 0 | 0 | E2 | 62 | 54 |
| Octal | 255 | 300 | 376 | 40 | 30 | 0 | 0 | 342 | 142 | 124 |
| Binary | 10101101 | 11000000 | 11111110 | 100000 | 11000 | 0 | 0 | 11100010 | 1100010 | 1010100 |
Color Harmonies of #ADC0FE
Complementary color
Monochromatic Colors of #ADC0FE
Black with #ADC0FE
Text Example
Text Example
White with #ADC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0FE; }
p { color: rgb(173,192,254); }
H1.HeaderClassName
{
color: #ADC0FE;
}
.AnyTagClassName
{
color: #ADC0FE;
}
</style>
background-color css
<style>
a { background-color: #ADC0FE; }
a { background-color: rgb(173,192,254); }
div.DivClassName
{
background-color: #ADC0FE;
}
.BgClassName
{
background-color: #ADC0FE;
}
</style>
border-color css
<style>
span { border-color: #ADC0FE; }
span { border-color: rgb(173,192,254); }
td.TdClassName
{
border-color: #ADC0FE;
}
.TagClassName
{
border-color: #ADC0FE;
}
</style>