Shades of Perano #ADC0F1
Tints of Perano #ADC0F1
RGB
CMYK
RGB Variations
Color information
#ADC0F1 (or 0xADC0F1) is known color: Perano. HEX triplet: AD, C0 and F1. RGB value is (173,192,241). Sum of RGB (Red+Green+Blue) = 173+192+241=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADC0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F1 is #523F0E. Grayscale: #BFBFBF. Windows color (decimal): -5390095 or 15843501. OLE color: 15843501.
HSL color Cylindrical-coordinate representation of color #ADC0F1: hue angle of 223.24º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC0F1 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 192 | 241 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.05 |
| HSL | 223.24º | 0.71% | 0.81% | - |
| HSV(B) | 223.24º | 0.28% | 0.95% | - |
| XYZ | 51.96 | 52.93 | 90.7 | - |
| YUV | 191.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 241 | 0.28 | 0.20 | 0 | 0.05 | 223.24 | 0.71 | 0.81 |
| Hex | AD | C0 | F1 | 1C | 14 | 0 | 5 | DF | 47 | 51 |
| Octal | 255 | 300 | 361 | 34 | 24 | 0 | 5 | 337 | 107 | 121 |
| Binary | 10101101 | 11000000 | 11110001 | 11100 | 10100 | 0 | 101 | 11011111 | 1000111 | 1010001 |
Color Harmonies of #ADC0F1
Complementary color
Monochromatic Colors of #ADC0F1
Black with #ADC0F1
Text Example
Text Example
White with #ADC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0F1; }
p { color: rgb(173,192,241); }
H1.HeaderClassName
{
color: #ADC0F1;
}
.AnyTagClassName
{
color: #ADC0F1;
}
</style>
background-color css
<style>
a { background-color: #ADC0F1; }
a { background-color: rgb(173,192,241); }
div.DivClassName
{
background-color: #ADC0F1;
}
.BgClassName
{
background-color: #ADC0F1;
}
</style>
border-color css
<style>
span { border-color: #ADC0F1; }
span { border-color: rgb(173,192,241); }
td.TdClassName
{
border-color: #ADC0F1;
}
.TagClassName
{
border-color: #ADC0F1;
}
</style>