Shades of Perano #ADC0EB
Tints of Perano #ADC0EB
RGB
CMYK
RGB Variations
Color information
#ADC0EB (or 0xADC0EB) is known color: Perano. HEX triplet: AD, C0 and EB. RGB value is (173,192,235). Sum of RGB (Red+Green+Blue) = 173+192+235=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADC0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0EB is #523F14. Grayscale: #BFBFBF. Windows color (decimal): -5390101 or 15450285. OLE color: 15450285.
HSL color Cylindrical-coordinate representation of color #ADC0EB: hue angle of 221.61º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC0EB is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 173 | 192 | 235 | - |
CMYK | 0.26 | 0.18 | 0 | 0.08 |
HSL | 221.61º | 0.61% | 0.8% | - |
HSV(B) | 221.61º | 0.26% | 0.92% | - |
XYZ | 51.08 | 52.58 | 86.05 | - |
YUV | 191.22 | 152.71 | 115 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 192 | 235 | 0.26 | 0.18 | 0 | 0.08 | 221.61 | 0.61 | 0.8 |
Hex | AD | C0 | EB | 1A | 12 | 0 | 8 | DE | 3D | 50 |
Octal | 255 | 300 | 353 | 32 | 22 | 0 | 10 | 336 | 75 | 120 |
Binary | 10101101 | 11000000 | 11101011 | 11010 | 10010 | 0 | 1000 | 11011110 | 111101 | 1010000 |
Color Harmonies of #ADC0EB
Complementary color
Monochromatic Colors of #ADC0EB
Black with #ADC0EB
Text Example
Text Example
White with #ADC0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0EB; }
p { color: rgb(173,192,235); }
H1.HeaderClassName
{
color: #ADC0EB;
}
.AnyTagClassName
{
color: #ADC0EB;
}
</style>
background-color css
<style>
a { background-color: #ADC0EB; }
a { background-color: rgb(173,192,235); }
div.DivClassName
{
background-color: #ADC0EB;
}
.BgClassName
{
background-color: #ADC0EB;
}
</style>
border-color css
<style>
span { border-color: #ADC0EB; }
span { border-color: rgb(173,192,235); }
td.TdClassName
{
border-color: #ADC0EB;
}
.TagClassName
{
border-color: #ADC0EB;
}
</style>