Shades of Perano #ADAEEF
Tints of Perano #ADAEEF
RGB
CMYK
RGB Variations
Color information
#ADAEEF (or 0xADAEEF) is known color: Perano. HEX triplet: AD, AE and EF. RGB value is (173,174,239). Sum of RGB (Red+Green+Blue) = 173+174+239=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEEF is #525110. Grayscale: #B4B4B4. Windows color (decimal): -5394705 or 15707821. OLE color: 15707821.
HSL color Cylindrical-coordinate representation of color #ADAEEF: hue angle of 239.09º degrees, saturation: 0.67, 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 #ADAEEF is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 174 | 239 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.06 |
| HSL | 239.09º | 0.67% | 0.81% | - |
| HSV(B) | 239.09º | 0.28% | 0.94% | - |
| XYZ | 47.95 | 45.39 | 87.89 | - |
| YUV | 181.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 239 | 0.28 | 0.27 | 0 | 0.06 | 239.09 | 0.67 | 0.81 |
| Hex | AD | AE | EF | 1C | 1B | 0 | 6 | EF | 43 | 51 |
| Octal | 255 | 256 | 357 | 34 | 33 | 0 | 6 | 357 | 103 | 121 |
| Binary | 10101101 | 10101110 | 11101111 | 11100 | 11011 | 0 | 110 | 11101111 | 1000011 | 1010001 |
Color Harmonies of #ADAEEF
Complementary color
Monochromatic Colors of #ADAEEF
Black with #ADAEEF
Text Example
Text Example
White with #ADAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEEF; }
p { color: rgb(173,174,239); }
H1.HeaderClassName
{
color: #ADAEEF;
}
.AnyTagClassName
{
color: #ADAEEF;
}
</style>
background-color css
<style>
a { background-color: #ADAEEF; }
a { background-color: rgb(173,174,239); }
div.DivClassName
{
background-color: #ADAEEF;
}
.BgClassName
{
background-color: #ADAEEF;
}
</style>
border-color css
<style>
span { border-color: #ADAEEF; }
span { border-color: rgb(173,174,239); }
td.TdClassName
{
border-color: #ADAEEF;
}
.TagClassName
{
border-color: #ADAEEF;
}
</style>