Shades of Perano #A9B8EF
Tints of Perano #A9B8EF
RGB
CMYK
RGB Variations
Color information
#A9B8EF (or 0xA9B8EF) is known color: Perano. HEX triplet: A9, B8 and EF. RGB value is (169,184,239). Sum of RGB (Red+Green+Blue) = 169+184+239=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B8EF is #564710. Grayscale: #B9B9B9. Windows color (decimal): -5654289 or 15710377. OLE color: 15710377.
HSL color Cylindrical-coordinate representation of color #A9B8EF: hue angle of 227.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9B8EF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 184 | 239 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.06 |
| HSL | 227.14º | 0.69% | 0.8% | - |
| HSV(B) | 227.14º | 0.29% | 0.94% | - |
| XYZ | 49.08 | 48.95 | 88.52 | - |
| YUV | 185.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 239 | 0.29 | 0.23 | 0 | 0.06 | 227.14 | 0.69 | 0.8 |
| Hex | A9 | B8 | EF | 1D | 17 | 0 | 6 | E3 | 45 | 50 |
| Octal | 251 | 270 | 357 | 35 | 27 | 0 | 6 | 343 | 105 | 120 |
| Binary | 10101001 | 10111000 | 11101111 | 11101 | 10111 | 0 | 110 | 11100011 | 1000101 | 1010000 |
Color Harmonies of #A9B8EF
Complementary color
Monochromatic Colors of #A9B8EF
Black with #A9B8EF
Text Example
Text Example
White with #A9B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B8EF; }
p { color: rgb(169,184,239); }
H1.HeaderClassName
{
color: #A9B8EF;
}
.AnyTagClassName
{
color: #A9B8EF;
}
</style>
background-color css
<style>
a { background-color: #A9B8EF; }
a { background-color: rgb(169,184,239); }
div.DivClassName
{
background-color: #A9B8EF;
}
.BgClassName
{
background-color: #A9B8EF;
}
</style>
border-color css
<style>
span { border-color: #A9B8EF; }
span { border-color: rgb(169,184,239); }
td.TdClassName
{
border-color: #A9B8EF;
}
.TagClassName
{
border-color: #A9B8EF;
}
</style>