Shades of Perano #ADC0F2
Tints of Perano #ADC0F2
RGB
CMYK
RGB Variations
Color information
#ADC0F2 (or 0xADC0F2) is known color: Perano. HEX triplet: AD, C0 and F2. RGB value is (173,192,242). Sum of RGB (Red+Green+Blue) = 173+192+242=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADC0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F2 is #523F0D. Grayscale: #BFBFBF. Windows color (decimal): -5390094 or 15909037. OLE color: 15909037.
HSL color Cylindrical-coordinate representation of color #ADC0F2: hue angle of 223.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC0F2 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 192 | 242 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.05 |
| HSL | 223.48º | 0.73% | 0.81% | - |
| HSV(B) | 223.48º | 0.29% | 0.95% | - |
| XYZ | 52.11 | 52.99 | 91.49 | - |
| YUV | 192.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 242 | 0.29 | 0.21 | 0 | 0.05 | 223.48 | 0.73 | 0.81 |
| Hex | AD | C0 | F2 | 1D | 15 | 0 | 5 | DF | 49 | 51 |
| Octal | 255 | 300 | 362 | 35 | 25 | 0 | 5 | 337 | 111 | 121 |
| Binary | 10101101 | 11000000 | 11110010 | 11101 | 10101 | 0 | 101 | 11011111 | 1001001 | 1010001 |
Color Harmonies of #ADC0F2
Complementary color
Monochromatic Colors of #ADC0F2
Black with #ADC0F2
Text Example
Text Example
White with #ADC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0F2; }
p { color: rgb(173,192,242); }
H1.HeaderClassName
{
color: #ADC0F2;
}
.AnyTagClassName
{
color: #ADC0F2;
}
</style>
background-color css
<style>
a { background-color: #ADC0F2; }
a { background-color: rgb(173,192,242); }
div.DivClassName
{
background-color: #ADC0F2;
}
.BgClassName
{
background-color: #ADC0F2;
}
</style>
border-color css
<style>
span { border-color: #ADC0F2; }
span { border-color: rgb(173,192,242); }
td.TdClassName
{
border-color: #ADC0F2;
}
.TagClassName
{
border-color: #ADC0F2;
}
</style>