Shades of Perano #ADC3FE
Tints of Perano #ADC3FE
RGB
CMYK
RGB Variations
Color information
#ADC3FE (or 0xADC3FE) is known color: Perano. HEX triplet: AD, C3 and FE. RGB value is (173,195,254). Sum of RGB (Red+Green+Blue) = 173+195+254=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADC3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC3FE is #523C01. Grayscale: #C2C2C2. Windows color (decimal): -5389314 or 16696237. OLE color: 16696237.
HSL color Cylindrical-coordinate representation of color #ADC3FE: hue angle of 223.7º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC3FE is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 195 | 254 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.00 |
| HSL | 223.7º | 0.98% | 0.84% | - |
| HSV(B) | 223.7º | 0.32% | 1% | - |
| XYZ | 54.64 | 55.07 | 101.52 | - |
| YUV | 195.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 254 | 0.32 | 0.23 | 0 | 0.00 | 223.7 | 0.98 | 0.84 |
| Hex | AD | C3 | FE | 20 | 17 | 0 | 0 | E0 | 62 | 54 |
| Octal | 255 | 303 | 376 | 40 | 27 | 0 | 0 | 340 | 142 | 124 |
| Binary | 10101101 | 11000011 | 11111110 | 100000 | 10111 | 0 | 0 | 11100000 | 1100010 | 1010100 |
Color Harmonies of #ADC3FE
Complementary color
Monochromatic Colors of #ADC3FE
Black with #ADC3FE
Text Example
Text Example
White with #ADC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3FE; }
p { color: rgb(173,195,254); }
H1.HeaderClassName
{
color: #ADC3FE;
}
.AnyTagClassName
{
color: #ADC3FE;
}
</style>
background-color css
<style>
a { background-color: #ADC3FE; }
a { background-color: rgb(173,195,254); }
div.DivClassName
{
background-color: #ADC3FE;
}
.BgClassName
{
background-color: #ADC3FE;
}
</style>
border-color css
<style>
span { border-color: #ADC3FE; }
span { border-color: rgb(173,195,254); }
td.TdClassName
{
border-color: #ADC3FE;
}
.TagClassName
{
border-color: #ADC3FE;
}
</style>