Shades of Perano #ADAFF5
Tints of Perano #ADAFF5
RGB
CMYK
RGB Variations
Color information
#ADAFF5 (or 0xADAFF5) is known color: Perano. HEX triplet: AD, AF and F5. RGB value is (173,175,245). Sum of RGB (Red+Green+Blue) = 173+175+245=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADAFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFF5 is #52500A. Grayscale: #B6B6B6. Windows color (decimal): -5394443 or 16101293. OLE color: 16101293.
HSL color Cylindrical-coordinate representation of color #ADAFF5: hue angle of 238.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADAFF5 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 175 | 245 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.04 |
| HSL | 238.33º | 0.78% | 0.82% | - |
| HSV(B) | 238.33º | 0.29% | 0.96% | - |
| XYZ | 49.04 | 46.14 | 92.71 | - |
| YUV | 182.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 245 | 0.29 | 0.29 | 0 | 0.04 | 238.33 | 0.78 | 0.82 |
| Hex | AD | AF | F5 | 1D | 1D | 0 | 4 | EE | 4E | 52 |
| Octal | 255 | 257 | 365 | 35 | 35 | 0 | 4 | 356 | 116 | 122 |
| Binary | 10101101 | 10101111 | 11110101 | 11101 | 11101 | 0 | 100 | 11101110 | 1001110 | 1010010 |
Color Harmonies of #ADAFF5
Complementary color
Monochromatic Colors of #ADAFF5
Black with #ADAFF5
Text Example
Text Example
White with #ADAFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFF5; }
p { color: rgb(173,175,245); }
H1.HeaderClassName
{
color: #ADAFF5;
}
.AnyTagClassName
{
color: #ADAFF5;
}
</style>
background-color css
<style>
a { background-color: #ADAFF5; }
a { background-color: rgb(173,175,245); }
div.DivClassName
{
background-color: #ADAFF5;
}
.BgClassName
{
background-color: #ADAFF5;
}
</style>
border-color css
<style>
span { border-color: #ADAFF5; }
span { border-color: rgb(173,175,245); }
td.TdClassName
{
border-color: #ADAFF5;
}
.TagClassName
{
border-color: #ADAFF5;
}
</style>