Shades of Perano #ADC0EA
Tints of Perano #ADC0EA
RGB
CMYK
RGB Variations
Color information
#ADC0EA (or 0xADC0EA) is known color: Perano. HEX triplet: AD, C0 and EA. RGB value is (173,192,234). Sum of RGB (Red+Green+Blue) = 173+192+234=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0EA is #523F15. Grayscale: #BEBEBE. Windows color (decimal): -5390102 or 15384749. OLE color: 15384749.
HSL color Cylindrical-coordinate representation of color #ADC0EA: hue angle of 221.31º degrees, saturation: 0.59, 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 #ADC0EA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 192 | 234 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.08 |
| HSL | 221.31º | 0.59% | 0.8% | - |
| HSV(B) | 221.31º | 0.26% | 0.92% | - |
| XYZ | 50.93 | 52.52 | 85.3 | - |
| YUV | 191.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 234 | 0.26 | 0.18 | 0 | 0.08 | 221.31 | 0.59 | 0.8 |
| Hex | AD | C0 | EA | 1A | 12 | 0 | 8 | DD | 3B | 50 |
| Octal | 255 | 300 | 352 | 32 | 22 | 0 | 10 | 335 | 73 | 120 |
| Binary | 10101101 | 11000000 | 11101010 | 11010 | 10010 | 0 | 1000 | 11011101 | 111011 | 1010000 |
Color Harmonies of #ADC0EA
Complementary color
Monochromatic Colors of #ADC0EA
Black with #ADC0EA
Text Example
Text Example
White with #ADC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0EA; }
p { color: rgb(173,192,234); }
H1.HeaderClassName
{
color: #ADC0EA;
}
.AnyTagClassName
{
color: #ADC0EA;
}
</style>
background-color css
<style>
a { background-color: #ADC0EA; }
a { background-color: rgb(173,192,234); }
div.DivClassName
{
background-color: #ADC0EA;
}
.BgClassName
{
background-color: #ADC0EA;
}
</style>
border-color css
<style>
span { border-color: #ADC0EA; }
span { border-color: rgb(173,192,234); }
td.TdClassName
{
border-color: #ADC0EA;
}
.TagClassName
{
border-color: #ADC0EA;
}
</style>