Shades of Perano #ADC1FB
Tints of Perano #ADC1FB
RGB
CMYK
RGB Variations
Color information
#ADC1FB (or 0xADC1FB) is known color: Perano. HEX triplet: AD, C1 and FB. RGB value is (173,193,251). Sum of RGB (Red+Green+Blue) = 173+193+251=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADC1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1FB is #523E04. Grayscale: #C1C1C1. Windows color (decimal): -5389829 or 16499117. OLE color: 16499117.
HSL color Cylindrical-coordinate representation of color #ADC1FB: hue angle of 224.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC1FB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 193 | 251 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.02 |
| HSL | 224.62º | 0.91% | 0.83% | - |
| HSV(B) | 224.62º | 0.31% | 0.98% | - |
| XYZ | 53.72 | 53.99 | 98.86 | - |
| YUV | 193.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 251 | 0.31 | 0.23 | 0 | 0.02 | 224.62 | 0.91 | 0.83 |
| Hex | AD | C1 | FB | 1F | 17 | 0 | 2 | E1 | 5B | 53 |
| Octal | 255 | 301 | 373 | 37 | 27 | 0 | 2 | 341 | 133 | 123 |
| Binary | 10101101 | 11000001 | 11111011 | 11111 | 10111 | 0 | 10 | 11100001 | 1011011 | 1010011 |
Color Harmonies of #ADC1FB
Complementary color
Monochromatic Colors of #ADC1FB
Black with #ADC1FB
Text Example
Text Example
White with #ADC1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1FB; }
p { color: rgb(173,193,251); }
H1.HeaderClassName
{
color: #ADC1FB;
}
.AnyTagClassName
{
color: #ADC1FB;
}
</style>
background-color css
<style>
a { background-color: #ADC1FB; }
a { background-color: rgb(173,193,251); }
div.DivClassName
{
background-color: #ADC1FB;
}
.BgClassName
{
background-color: #ADC1FB;
}
</style>
border-color css
<style>
span { border-color: #ADC1FB; }
span { border-color: rgb(173,193,251); }
td.TdClassName
{
border-color: #ADC1FB;
}
.TagClassName
{
border-color: #ADC1FB;
}
</style>