Shades of Perano #ADC0F8
Tints of Perano #ADC0F8
RGB
CMYK
RGB Variations
Color information
#ADC0F8 (or 0xADC0F8) is known color: Perano. HEX triplet: AD, C0 and F8. RGB value is (173,192,248). Sum of RGB (Red+Green+Blue) = 173+192+248=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADC0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F8 is #523F07. Grayscale: #C0C0C0. Windows color (decimal): -5390088 or 16302253. OLE color: 16302253.
HSL color Cylindrical-coordinate representation of color #ADC0F8: hue angle of 224.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC0F8 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 192 | 248 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.03 |
| HSL | 224.8º | 0.84% | 0.83% | - |
| HSV(B) | 224.8º | 0.3% | 0.97% | - |
| XYZ | 53.03 | 53.36 | 96.31 | - |
| YUV | 192.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 248 | 0.30 | 0.23 | 0 | 0.03 | 224.8 | 0.84 | 0.83 |
| Hex | AD | C0 | F8 | 1E | 17 | 0 | 3 | E1 | 54 | 53 |
| Octal | 255 | 300 | 370 | 36 | 27 | 0 | 3 | 341 | 124 | 123 |
| Binary | 10101101 | 11000000 | 11111000 | 11110 | 10111 | 0 | 11 | 11100001 | 1010100 | 1010011 |
Color Harmonies of #ADC0F8
Complementary color
Monochromatic Colors of #ADC0F8
Black with #ADC0F8
Text Example
Text Example
White with #ADC0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0F8; }
p { color: rgb(173,192,248); }
H1.HeaderClassName
{
color: #ADC0F8;
}
.AnyTagClassName
{
color: #ADC0F8;
}
</style>
background-color css
<style>
a { background-color: #ADC0F8; }
a { background-color: rgb(173,192,248); }
div.DivClassName
{
background-color: #ADC0F8;
}
.BgClassName
{
background-color: #ADC0F8;
}
</style>
border-color css
<style>
span { border-color: #ADC0F8; }
span { border-color: rgb(173,192,248); }
td.TdClassName
{
border-color: #ADC0F8;
}
.TagClassName
{
border-color: #ADC0F8;
}
</style>