Shades of Perano #ADC0F9
Tints of Perano #ADC0F9
RGB
CMYK
RGB Variations
Color information
#ADC0F9 (or 0xADC0F9) is known color: Perano. HEX triplet: AD, C0 and F9. RGB value is (173,192,249). Sum of RGB (Red+Green+Blue) = 173+192+249=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADC0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F9 is #523F06. Grayscale: #C0C0C0. Windows color (decimal): -5390087 or 16367789. OLE color: 16367789.
HSL color Cylindrical-coordinate representation of color #ADC0F9: hue angle of 225º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC0F9 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 192 | 249 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.02 |
| HSL | 225º | 0.86% | 0.83% | - |
| HSV(B) | 225º | 0.31% | 0.98% | - |
| XYZ | 53.18 | 53.42 | 97.13 | - |
| YUV | 192.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 249 | 0.31 | 0.23 | 0 | 0.02 | 225 | 0.86 | 0.83 |
| Hex | AD | C0 | F9 | 1F | 17 | 0 | 2 | E1 | 56 | 53 |
| Octal | 255 | 300 | 371 | 37 | 27 | 0 | 2 | 341 | 126 | 123 |
| Binary | 10101101 | 11000000 | 11111001 | 11111 | 10111 | 0 | 10 | 11100001 | 1010110 | 1010011 |
Color Harmonies of #ADC0F9
Complementary color
Monochromatic Colors of #ADC0F9
Black with #ADC0F9
Text Example
Text Example
White with #ADC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0F9; }
p { color: rgb(173,192,249); }
H1.HeaderClassName
{
color: #ADC0F9;
}
.AnyTagClassName
{
color: #ADC0F9;
}
</style>
background-color css
<style>
a { background-color: #ADC0F9; }
a { background-color: rgb(173,192,249); }
div.DivClassName
{
background-color: #ADC0F9;
}
.BgClassName
{
background-color: #ADC0F9;
}
</style>
border-color css
<style>
span { border-color: #ADC0F9; }
span { border-color: rgb(173,192,249); }
td.TdClassName
{
border-color: #ADC0F9;
}
.TagClassName
{
border-color: #ADC0F9;
}
</style>