Shades of Perano #ADAFF8
Tints of Perano #ADAFF8
RGB
CMYK
RGB Variations
Color information
#ADAFF8 (or 0xADAFF8) is known color: Perano. HEX triplet: AD, AF and F8. RGB value is (173,175,248). Sum of RGB (Red+Green+Blue) = 173+175+248=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADAFF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFF8 is #525007. Grayscale: #B6B6B6. Windows color (decimal): -5394440 or 16297901. OLE color: 16297901.
HSL color Cylindrical-coordinate representation of color #ADAFF8: hue angle of 238.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADAFF8 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 175 | 248 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.03 |
| HSL | 238.4º | 0.84% | 0.83% | - |
| HSV(B) | 238.4º | 0.3% | 0.97% | - |
| XYZ | 49.51 | 46.32 | 95.14 | - |
| YUV | 182.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 248 | 0.30 | 0.29 | 0 | 0.03 | 238.4 | 0.84 | 0.83 |
| Hex | AD | AF | F8 | 1E | 1D | 0 | 3 | EE | 54 | 53 |
| Octal | 255 | 257 | 370 | 36 | 35 | 0 | 3 | 356 | 124 | 123 |
| Binary | 10101101 | 10101111 | 11111000 | 11110 | 11101 | 0 | 11 | 11101110 | 1010100 | 1010011 |
Color Harmonies of #ADAFF8
Complementary color
Monochromatic Colors of #ADAFF8
Black with #ADAFF8
Text Example
Text Example
White with #ADAFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFF8; }
p { color: rgb(173,175,248); }
H1.HeaderClassName
{
color: #ADAFF8;
}
.AnyTagClassName
{
color: #ADAFF8;
}
</style>
background-color css
<style>
a { background-color: #ADAFF8; }
a { background-color: rgb(173,175,248); }
div.DivClassName
{
background-color: #ADAFF8;
}
.BgClassName
{
background-color: #ADAFF8;
}
</style>
border-color css
<style>
span { border-color: #ADAFF8; }
span { border-color: rgb(173,175,248); }
td.TdClassName
{
border-color: #ADAFF8;
}
.TagClassName
{
border-color: #ADAFF8;
}
</style>