Shades of Perano #ADC0EE
Tints of Perano #ADC0EE
RGB
CMYK
RGB Variations
Color information
#ADC0EE (or 0xADC0EE) is known color: Perano. HEX triplet: AD, C0 and EE. RGB value is (173,192,238). Sum of RGB (Red+Green+Blue) = 173+192+238=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0EE is #523F11. Grayscale: #BFBFBF. Windows color (decimal): -5390098 or 15646893. OLE color: 15646893.
HSL color Cylindrical-coordinate representation of color #ADC0EE: hue angle of 222.46º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC0EE is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 192 | 238 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.07 |
| HSL | 222.46º | 0.66% | 0.81% | - |
| HSV(B) | 222.46º | 0.27% | 0.93% | - |
| XYZ | 51.52 | 52.76 | 88.36 | - |
| YUV | 191.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 238 | 0.27 | 0.19 | 0 | 0.07 | 222.46 | 0.66 | 0.81 |
| Hex | AD | C0 | EE | 1B | 13 | 0 | 7 | DE | 42 | 51 |
| Octal | 255 | 300 | 356 | 33 | 23 | 0 | 7 | 336 | 102 | 121 |
| Binary | 10101101 | 11000000 | 11101110 | 11011 | 10011 | 0 | 111 | 11011110 | 1000010 | 1010001 |
Color Harmonies of #ADC0EE
Complementary color
Monochromatic Colors of #ADC0EE
Black with #ADC0EE
Text Example
Text Example
White with #ADC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0EE; }
p { color: rgb(173,192,238); }
H1.HeaderClassName
{
color: #ADC0EE;
}
.AnyTagClassName
{
color: #ADC0EE;
}
</style>
background-color css
<style>
a { background-color: #ADC0EE; }
a { background-color: rgb(173,192,238); }
div.DivClassName
{
background-color: #ADC0EE;
}
.BgClassName
{
background-color: #ADC0EE;
}
</style>
border-color css
<style>
span { border-color: #ADC0EE; }
span { border-color: rgb(173,192,238); }
td.TdClassName
{
border-color: #ADC0EE;
}
.TagClassName
{
border-color: #ADC0EE;
}
</style>