Shades of Perano #ADC1F7
Tints of Perano #ADC1F7
RGB
CMYK
RGB Variations
Color information
#ADC1F7 (or 0xADC1F7) is known color: Perano. HEX triplet: AD, C1 and F7. RGB value is (173,193,247). Sum of RGB (Red+Green+Blue) = 173+193+247=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADC1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1F7 is #523E08. Grayscale: #C0C0C0. Windows color (decimal): -5389833 or 16236973. OLE color: 16236973.
HSL color Cylindrical-coordinate representation of color #ADC1F7: hue angle of 223.78º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC1F7 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 193 | 247 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.03 |
| HSL | 223.78º | 0.82% | 0.82% | - |
| HSV(B) | 223.78º | 0.3% | 0.97% | - |
| XYZ | 53.09 | 53.74 | 95.57 | - |
| YUV | 193.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 247 | 0.30 | 0.22 | 0 | 0.03 | 223.78 | 0.82 | 0.82 |
| Hex | AD | C1 | F7 | 1E | 16 | 0 | 3 | E0 | 52 | 52 |
| Octal | 255 | 301 | 367 | 36 | 26 | 0 | 3 | 340 | 122 | 122 |
| Binary | 10101101 | 11000001 | 11110111 | 11110 | 10110 | 0 | 11 | 11100000 | 1010010 | 1010010 |
Color Harmonies of #ADC1F7
Complementary color
Monochromatic Colors of #ADC1F7
Black with #ADC1F7
Text Example
Text Example
White with #ADC1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1F7; }
p { color: rgb(173,193,247); }
H1.HeaderClassName
{
color: #ADC1F7;
}
.AnyTagClassName
{
color: #ADC1F7;
}
</style>
background-color css
<style>
a { background-color: #ADC1F7; }
a { background-color: rgb(173,193,247); }
div.DivClassName
{
background-color: #ADC1F7;
}
.BgClassName
{
background-color: #ADC1F7;
}
</style>
border-color css
<style>
span { border-color: #ADC1F7; }
span { border-color: rgb(173,193,247); }
td.TdClassName
{
border-color: #ADC1F7;
}
.TagClassName
{
border-color: #ADC1F7;
}
</style>