Shades of Perano #ADC1F3
Tints of Perano #ADC1F3
RGB
CMYK
RGB Variations
Color information
#ADC1F3 (or 0xADC1F3) is known color: Perano. HEX triplet: AD, C1 and F3. RGB value is (173,193,243). Sum of RGB (Red+Green+Blue) = 173+193+243=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADC1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1F3 is #523E0C. Grayscale: #C0C0C0. Windows color (decimal): -5389837 or 15974829. OLE color: 15974829.
HSL color Cylindrical-coordinate representation of color #ADC1F3: hue angle of 222.86º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC1F3 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 193 | 243 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.05 |
| HSL | 222.86º | 0.74% | 0.82% | - |
| HSV(B) | 222.86º | 0.29% | 0.95% | - |
| XYZ | 52.48 | 53.5 | 92.35 | - |
| YUV | 192.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 243 | 0.29 | 0.21 | 0 | 0.05 | 222.86 | 0.74 | 0.82 |
| Hex | AD | C1 | F3 | 1D | 15 | 0 | 5 | DF | 4A | 52 |
| Octal | 255 | 301 | 363 | 35 | 25 | 0 | 5 | 337 | 112 | 122 |
| Binary | 10101101 | 11000001 | 11110011 | 11101 | 10101 | 0 | 101 | 11011111 | 1001010 | 1010010 |
Color Harmonies of #ADC1F3
Complementary color
Monochromatic Colors of #ADC1F3
Black with #ADC1F3
Text Example
Text Example
White with #ADC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1F3; }
p { color: rgb(173,193,243); }
H1.HeaderClassName
{
color: #ADC1F3;
}
.AnyTagClassName
{
color: #ADC1F3;
}
</style>
background-color css
<style>
a { background-color: #ADC1F3; }
a { background-color: rgb(173,193,243); }
div.DivClassName
{
background-color: #ADC1F3;
}
.BgClassName
{
background-color: #ADC1F3;
}
</style>
border-color css
<style>
span { border-color: #ADC1F3; }
span { border-color: rgb(173,193,243); }
td.TdClassName
{
border-color: #ADC1F3;
}
.TagClassName
{
border-color: #ADC1F3;
}
</style>