Shades of Perano #ADC1F2
Tints of Perano #ADC1F2
RGB
CMYK
RGB Variations
Color information
#ADC1F2 (or 0xADC1F2) is known color: Perano. HEX triplet: AD, C1 and F2. RGB value is (173,193,242). Sum of RGB (Red+Green+Blue) = 173+193+242=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADC1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1F2 is #523E0D. Grayscale: #C0C0C0. Windows color (decimal): -5389838 or 15909293. OLE color: 15909293.
HSL color Cylindrical-coordinate representation of color #ADC1F2: hue angle of 222.61º 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 #ADC1F2 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 193 | 242 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.05 |
| HSL | 222.61º | 0.73% | 0.81% | - |
| HSV(B) | 222.61º | 0.29% | 0.95% | - |
| XYZ | 52.33 | 53.43 | 91.56 | - |
| YUV | 192.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 242 | 0.29 | 0.20 | 0 | 0.05 | 222.61 | 0.73 | 0.81 |
| Hex | AD | C1 | F2 | 1D | 14 | 0 | 5 | DF | 49 | 51 |
| Octal | 255 | 301 | 362 | 35 | 24 | 0 | 5 | 337 | 111 | 121 |
| Binary | 10101101 | 11000001 | 11110010 | 11101 | 10100 | 0 | 101 | 11011111 | 1001001 | 1010001 |
Color Harmonies of #ADC1F2
Complementary color
Monochromatic Colors of #ADC1F2
Black with #ADC1F2
Text Example
Text Example
White with #ADC1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1F2; }
p { color: rgb(173,193,242); }
H1.HeaderClassName
{
color: #ADC1F2;
}
.AnyTagClassName
{
color: #ADC1F2;
}
</style>
background-color css
<style>
a { background-color: #ADC1F2; }
a { background-color: rgb(173,193,242); }
div.DivClassName
{
background-color: #ADC1F2;
}
.BgClassName
{
background-color: #ADC1F2;
}
</style>
border-color css
<style>
span { border-color: #ADC1F2; }
span { border-color: rgb(173,193,242); }
td.TdClassName
{
border-color: #ADC1F2;
}
.TagClassName
{
border-color: #ADC1F2;
}
</style>