Shades of Perano #ADC1FC
Tints of Perano #ADC1FC
RGB
CMYK
RGB Variations
Color information
#ADC1FC (or 0xADC1FC) is known color: Perano. HEX triplet: AD, C1 and FC. RGB value is (173,193,252). Sum of RGB (Red+Green+Blue) = 173+193+252=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADC1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1FC is #523E03. Grayscale: #C1C1C1. Windows color (decimal): -5389828 or 16564653. OLE color: 16564653.
HSL color Cylindrical-coordinate representation of color #ADC1FC: hue angle of 224.81º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC1FC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 193 | 252 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.01 |
| HSL | 224.81º | 0.93% | 0.83% | - |
| HSV(B) | 224.81º | 0.31% | 0.99% | - |
| XYZ | 53.87 | 54.05 | 99.69 | - |
| YUV | 193.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 252 | 0.31 | 0.23 | 0 | 0.01 | 224.81 | 0.93 | 0.83 |
| Hex | AD | C1 | FC | 1F | 17 | 0 | 1 | E1 | 5D | 53 |
| Octal | 255 | 301 | 374 | 37 | 27 | 0 | 1 | 341 | 135 | 123 |
| Binary | 10101101 | 11000001 | 11111100 | 11111 | 10111 | 0 | 1 | 11100001 | 1011101 | 1010011 |
Color Harmonies of #ADC1FC
Complementary color
Monochromatic Colors of #ADC1FC
Black with #ADC1FC
Text Example
Text Example
White with #ADC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1FC; }
p { color: rgb(173,193,252); }
H1.HeaderClassName
{
color: #ADC1FC;
}
.AnyTagClassName
{
color: #ADC1FC;
}
</style>
background-color css
<style>
a { background-color: #ADC1FC; }
a { background-color: rgb(173,193,252); }
div.DivClassName
{
background-color: #ADC1FC;
}
.BgClassName
{
background-color: #ADC1FC;
}
</style>
border-color css
<style>
span { border-color: #ADC1FC; }
span { border-color: rgb(173,193,252); }
td.TdClassName
{
border-color: #ADC1FC;
}
.TagClassName
{
border-color: #ADC1FC;
}
</style>