Shades of Perano #ADC2FD
Tints of Perano #ADC2FD
RGB
CMYK
RGB Variations
Color information
#ADC2FD (or 0xADC2FD) is known color: Perano. HEX triplet: AD, C2 and FD. RGB value is (173,194,253). Sum of RGB (Red+Green+Blue) = 173+194+253=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADC2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2FD is #523D02. Grayscale: #C2C2C2. Windows color (decimal): -5389571 or 16630445. OLE color: 16630445.
HSL color Cylindrical-coordinate representation of color #ADC2FD: hue angle of 224.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC2FD is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 194 | 253 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.01 |
| HSL | 224.25º | 0.95% | 0.84% | - |
| HSV(B) | 224.25º | 0.32% | 0.99% | - |
| XYZ | 54.25 | 54.56 | 100.6 | - |
| YUV | 194.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 253 | 0.32 | 0.23 | 0 | 0.01 | 224.25 | 0.95 | 0.84 |
| Hex | AD | C2 | FD | 20 | 17 | 0 | 1 | E0 | 5F | 54 |
| Octal | 255 | 302 | 375 | 40 | 27 | 0 | 1 | 340 | 137 | 124 |
| Binary | 10101101 | 11000010 | 11111101 | 100000 | 10111 | 0 | 1 | 11100000 | 1011111 | 1010100 |
Color Harmonies of #ADC2FD
Complementary color
Monochromatic Colors of #ADC2FD
Black with #ADC2FD
Text Example
Text Example
White with #ADC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2FD; }
p { color: rgb(173,194,253); }
H1.HeaderClassName
{
color: #ADC2FD;
}
.AnyTagClassName
{
color: #ADC2FD;
}
</style>
background-color css
<style>
a { background-color: #ADC2FD; }
a { background-color: rgb(173,194,253); }
div.DivClassName
{
background-color: #ADC2FD;
}
.BgClassName
{
background-color: #ADC2FD;
}
</style>
border-color css
<style>
span { border-color: #ADC2FD; }
span { border-color: rgb(173,194,253); }
td.TdClassName
{
border-color: #ADC2FD;
}
.TagClassName
{
border-color: #ADC2FD;
}
</style>