Shades of Perano #ADAFE5
Tints of Perano #ADAFE5
RGB
CMYK
RGB Variations
Color information
#ADAFE5 (or 0xADAFE5) is known color: Perano. HEX triplet: AD, AF and E5. RGB value is (173,175,229). Sum of RGB (Red+Green+Blue) = 173+175+229=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADAFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE5 is #52501A. Grayscale: #B4B4B4. Windows color (decimal): -5394459 or 15052717. OLE color: 15052717.
HSL color Cylindrical-coordinate representation of color #ADAFE5: hue angle of 237.86º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADAFE5 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 175 | 229 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.10 |
| HSL | 237.86º | 0.52% | 0.79% | - |
| HSV(B) | 237.86º | 0.24% | 0.9% | - |
| XYZ | 46.71 | 45.2 | 80.39 | - |
| YUV | 180.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 229 | 0.24 | 0.24 | 0 | 0.10 | 237.86 | 0.52 | 0.79 |
| Hex | AD | AF | E5 | 18 | 18 | 0 | A | EE | 34 | 4F |
| Octal | 255 | 257 | 345 | 30 | 30 | 0 | 12 | 356 | 64 | 117 |
| Binary | 10101101 | 10101111 | 11100101 | 11000 | 11000 | 0 | 1010 | 11101110 | 110100 | 1001111 |
Color Harmonies of #ADAFE5
Complementary color
Monochromatic Colors of #ADAFE5
Black with #ADAFE5
Text Example
Text Example
White with #ADAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFE5; }
p { color: rgb(173,175,229); }
H1.HeaderClassName
{
color: #ADAFE5;
}
.AnyTagClassName
{
color: #ADAFE5;
}
</style>
background-color css
<style>
a { background-color: #ADAFE5; }
a { background-color: rgb(173,175,229); }
div.DivClassName
{
background-color: #ADAFE5;
}
.BgClassName
{
background-color: #ADAFE5;
}
</style>
border-color css
<style>
span { border-color: #ADAFE5; }
span { border-color: rgb(173,175,229); }
td.TdClassName
{
border-color: #ADAFE5;
}
.TagClassName
{
border-color: #ADAFE5;
}
</style>