Shades of Perano #A8ADEF
Tints of Perano #A8ADEF
RGB
CMYK
RGB Variations
Color information
#A8ADEF (or 0xA8ADEF) is known color: Perano. HEX triplet: A8, AD and EF. RGB value is (168,173,239). Sum of RGB (Red+Green+Blue) = 168+173+239=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8ADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADEF is #575210. Grayscale: #B2B2B2. Windows color (decimal): -5722641 or 15707560. OLE color: 15707560.
HSL color Cylindrical-coordinate representation of color #A8ADEF: hue angle of 235.77º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8ADEF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 173 | 239 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.06 |
| HSL | 235.77º | 0.69% | 0.8% | - |
| HSV(B) | 235.77º | 0.3% | 0.94% | - |
| XYZ | 46.67 | 44.44 | 87.78 | - |
| YUV | 179.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 239 | 0.30 | 0.28 | 0 | 0.06 | 235.77 | 0.69 | 0.8 |
| Hex | A8 | AD | EF | 1E | 1C | 0 | 6 | EC | 45 | 50 |
| Octal | 250 | 255 | 357 | 36 | 34 | 0 | 6 | 354 | 105 | 120 |
| Binary | 10101000 | 10101101 | 11101111 | 11110 | 11100 | 0 | 110 | 11101100 | 1000101 | 1010000 |
Color Harmonies of #A8ADEF
Complementary color
Monochromatic Colors of #A8ADEF
Black with #A8ADEF
Text Example
Text Example
White with #A8ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADEF; }
p { color: rgb(168,173,239); }
H1.HeaderClassName
{
color: #A8ADEF;
}
.AnyTagClassName
{
color: #A8ADEF;
}
</style>
background-color css
<style>
a { background-color: #A8ADEF; }
a { background-color: rgb(168,173,239); }
div.DivClassName
{
background-color: #A8ADEF;
}
.BgClassName
{
background-color: #A8ADEF;
}
</style>
border-color css
<style>
span { border-color: #A8ADEF; }
span { border-color: rgb(168,173,239); }
td.TdClassName
{
border-color: #A8ADEF;
}
.TagClassName
{
border-color: #A8ADEF;
}
</style>