Shades of Perano #ADC1FF
Tints of Perano #ADC1FF
RGB
CMYK
RGB Variations
Color information
#ADC1FF (or 0xADC1FF) is known color: Perano. HEX triplet: AD, C1 and FF. RGB value is (173,193,255). Sum of RGB (Red+Green+Blue) = 173+193+255=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADC1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1FF is #523E00. Grayscale: #C1C1C1. Windows color (decimal): -5389825 or 16761261. OLE color: 16761261.
HSL color Cylindrical-coordinate representation of color #ADC1FF: hue angle of 225.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC1FF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 193 | 255 | - |
| CMYK | 0.32 | 0.24 | 0 | 0 |
| HSL | 225.37º | 1% | 0.84% | - |
| HSV(B) | 225.37º | 0.32% | 1% | - |
| XYZ | 54.35 | 54.24 | 102.21 | - |
| YUV | 194.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 255 | 0.32 | 0.24 | 0 | 0 | 225.37 | 1 | 0.84 |
| Hex | AD | C1 | FF | 20 | 18 | 0 | 0 | E1 | 64 | 54 |
| Octal | 255 | 301 | 377 | 40 | 30 | 0 | 0 | 341 | 144 | 124 |
| Binary | 10101101 | 11000001 | 11111111 | 100000 | 11000 | 0 | 0 | 11100001 | 1100100 | 1010100 |
Color Harmonies of #ADC1FF
Complementary color
Monochromatic Colors of #ADC1FF
Black with #ADC1FF
Text Example
Text Example
White with #ADC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1FF; }
p { color: rgb(173,193,255); }
H1.HeaderClassName
{
color: #ADC1FF;
}
.AnyTagClassName
{
color: #ADC1FF;
}
</style>
background-color css
<style>
a { background-color: #ADC1FF; }
a { background-color: rgb(173,193,255); }
div.DivClassName
{
background-color: #ADC1FF;
}
.BgClassName
{
background-color: #ADC1FF;
}
</style>
border-color css
<style>
span { border-color: #ADC1FF; }
span { border-color: rgb(173,193,255); }
td.TdClassName
{
border-color: #ADC1FF;
}
.TagClassName
{
border-color: #ADC1FF;
}
</style>