Shades of Perano #ADAEF0
Tints of Perano #ADAEF0
RGB
CMYK
RGB Variations
Color information
#ADAEF0 (or 0xADAEF0) is known color: Perano. HEX triplet: AD, AE and F0. RGB value is (173,174,240). Sum of RGB (Red+Green+Blue) = 173+174+240=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADAEF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEF0 is #52510F. Grayscale: #B4B4B4. Windows color (decimal): -5394704 or 15773357. OLE color: 15773357.
HSL color Cylindrical-coordinate representation of color #ADAEF0: hue angle of 239.1º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADAEF0 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 174 | 240 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.06 |
| HSL | 239.1º | 0.69% | 0.81% | - |
| HSV(B) | 239.1º | 0.28% | 0.94% | - |
| XYZ | 48.1 | 45.45 | 88.68 | - |
| YUV | 181.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 240 | 0.28 | 0.28 | 0 | 0.06 | 239.1 | 0.69 | 0.81 |
| Hex | AD | AE | F0 | 1C | 1C | 0 | 6 | EF | 45 | 51 |
| Octal | 255 | 256 | 360 | 34 | 34 | 0 | 6 | 357 | 105 | 121 |
| Binary | 10101101 | 10101110 | 11110000 | 11100 | 11100 | 0 | 110 | 11101111 | 1000101 | 1010001 |
Color Harmonies of #ADAEF0
Complementary color
Monochromatic Colors of #ADAEF0
Black with #ADAEF0
Text Example
Text Example
White with #ADAEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEF0; }
p { color: rgb(173,174,240); }
H1.HeaderClassName
{
color: #ADAEF0;
}
.AnyTagClassName
{
color: #ADAEF0;
}
</style>
background-color css
<style>
a { background-color: #ADAEF0; }
a { background-color: rgb(173,174,240); }
div.DivClassName
{
background-color: #ADAEF0;
}
.BgClassName
{
background-color: #ADAEF0;
}
</style>
border-color css
<style>
span { border-color: #ADAEF0; }
span { border-color: rgb(173,174,240); }
td.TdClassName
{
border-color: #ADAEF0;
}
.TagClassName
{
border-color: #ADAEF0;
}
</style>