Shades of Perano #ADC1FD
Tints of Perano #ADC1FD
RGB
CMYK
RGB Variations
Color information
#ADC1FD (or 0xADC1FD) is known color: Perano. HEX triplet: AD, C1 and FD. RGB value is (173,193,253). Sum of RGB (Red+Green+Blue) = 173+193+253=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADC1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1FD is #523E02. Grayscale: #C1C1C1. Windows color (decimal): -5389827 or 16630189. OLE color: 16630189.
HSL color Cylindrical-coordinate representation of color #ADC1FD: hue angle of 225º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC1FD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 193 | 253 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.01 |
| HSL | 225º | 0.95% | 0.84% | - |
| HSV(B) | 225º | 0.32% | 0.99% | - |
| XYZ | 54.03 | 54.12 | 100.53 | - |
| YUV | 193.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 253 | 0.32 | 0.24 | 0 | 0.01 | 225 | 0.95 | 0.84 |
| Hex | AD | C1 | FD | 20 | 18 | 0 | 1 | E1 | 5F | 54 |
| Octal | 255 | 301 | 375 | 40 | 30 | 0 | 1 | 341 | 137 | 124 |
| Binary | 10101101 | 11000001 | 11111101 | 100000 | 11000 | 0 | 1 | 11100001 | 1011111 | 1010100 |
Color Harmonies of #ADC1FD
Complementary color
Monochromatic Colors of #ADC1FD
Black with #ADC1FD
Text Example
Text Example
White with #ADC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1FD; }
p { color: rgb(173,193,253); }
H1.HeaderClassName
{
color: #ADC1FD;
}
.AnyTagClassName
{
color: #ADC1FD;
}
</style>
background-color css
<style>
a { background-color: #ADC1FD; }
a { background-color: rgb(173,193,253); }
div.DivClassName
{
background-color: #ADC1FD;
}
.BgClassName
{
background-color: #ADC1FD;
}
</style>
border-color css
<style>
span { border-color: #ADC1FD; }
span { border-color: rgb(173,193,253); }
td.TdClassName
{
border-color: #ADC1FD;
}
.TagClassName
{
border-color: #ADC1FD;
}
</style>