Shades of Perano #ADC1ED
Tints of Perano #ADC1ED
RGB
CMYK
RGB Variations
Color information
#ADC1ED (or 0xADC1ED) is known color: Perano. HEX triplet: AD, C1 and ED. RGB value is (173,193,237). Sum of RGB (Red+Green+Blue) = 173+193+237=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1ED is #523E12. Grayscale: #BFBFBF. Windows color (decimal): -5389843 or 15581613. OLE color: 15581613.
HSL color Cylindrical-coordinate representation of color #ADC1ED: hue angle of 221.25º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC1ED is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 193 | 237 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.07 |
| HSL | 221.25º | 0.64% | 0.8% | - |
| HSV(B) | 221.25º | 0.27% | 0.93% | - |
| XYZ | 51.59 | 53.14 | 87.66 | - |
| YUV | 192.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 237 | 0.27 | 0.19 | 0 | 0.07 | 221.25 | 0.64 | 0.8 |
| Hex | AD | C1 | ED | 1B | 13 | 0 | 7 | DD | 40 | 50 |
| Octal | 255 | 301 | 355 | 33 | 23 | 0 | 7 | 335 | 100 | 120 |
| Binary | 10101101 | 11000001 | 11101101 | 11011 | 10011 | 0 | 111 | 11011101 | 1000000 | 1010000 |
Color Harmonies of #ADC1ED
Complementary color
Monochromatic Colors of #ADC1ED
Black with #ADC1ED
Text Example
Text Example
White with #ADC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1ED; }
p { color: rgb(173,193,237); }
H1.HeaderClassName
{
color: #ADC1ED;
}
.AnyTagClassName
{
color: #ADC1ED;
}
</style>
background-color css
<style>
a { background-color: #ADC1ED; }
a { background-color: rgb(173,193,237); }
div.DivClassName
{
background-color: #ADC1ED;
}
.BgClassName
{
background-color: #ADC1ED;
}
</style>
border-color css
<style>
span { border-color: #ADC1ED; }
span { border-color: rgb(173,193,237); }
td.TdClassName
{
border-color: #ADC1ED;
}
.TagClassName
{
border-color: #ADC1ED;
}
</style>