Shades of Perano #A1B9EC
Tints of Perano #A1B9EC
RGB
CMYK
RGB Variations
Color information
#A1B9EC (or 0xA1B9EC) is known color: Perano. HEX triplet: A1, B9 and EC. RGB value is (161,185,236). Sum of RGB (Red+Green+Blue) = 161+185+236=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1B9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B9EC is #5E4613. Grayscale: #B7B7B7. Windows color (decimal): -6178324 or 15514017. OLE color: 15514017.
HSL color Cylindrical-coordinate representation of color #A1B9EC: hue angle of 220.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1B9EC is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 185 | 236 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.07 |
| HSL | 220.8º | 0.66% | 0.78% | - |
| HSV(B) | 220.8º | 0.32% | 0.93% | - |
| XYZ | 47.19 | 48.33 | 86.2 | - |
| YUV | 183.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 236 | 0.32 | 0.22 | 0 | 0.07 | 220.8 | 0.66 | 0.78 |
| Hex | A1 | B9 | EC | 20 | 16 | 0 | 7 | DD | 42 | 4E |
| Octal | 241 | 271 | 354 | 40 | 26 | 0 | 7 | 335 | 102 | 116 |
| Binary | 10100001 | 10111001 | 11101100 | 100000 | 10110 | 0 | 111 | 11011101 | 1000010 | 1001110 |
Color Harmonies of #A1B9EC
Complementary color
Monochromatic Colors of #A1B9EC
Black with #A1B9EC
Text Example
Text Example
White with #A1B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B9EC; }
p { color: rgb(161,185,236); }
H1.HeaderClassName
{
color: #A1B9EC;
}
.AnyTagClassName
{
color: #A1B9EC;
}
</style>
background-color css
<style>
a { background-color: #A1B9EC; }
a { background-color: rgb(161,185,236); }
div.DivClassName
{
background-color: #A1B9EC;
}
.BgClassName
{
background-color: #A1B9EC;
}
</style>
border-color css
<style>
span { border-color: #A1B9EC; }
span { border-color: rgb(161,185,236); }
td.TdClassName
{
border-color: #A1B9EC;
}
.TagClassName
{
border-color: #A1B9EC;
}
</style>