Shades of Perano #A1B9EA
Tints of Perano #A1B9EA
RGB
CMYK
RGB Variations
Color information
#A1B9EA (or 0xA1B9EA) is known color: Perano. HEX triplet: A1, B9 and EA. RGB value is (161,185,234). Sum of RGB (Red+Green+Blue) = 161+185+234=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1B9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B9EA is #5E4615. Grayscale: #B7B7B7. Windows color (decimal): -6178326 or 15382945. OLE color: 15382945.
HSL color Cylindrical-coordinate representation of color #A1B9EA: hue angle of 220.27º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1B9EA is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 185 | 234 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.08 |
| HSL | 220.27º | 0.63% | 0.77% | - |
| HSV(B) | 220.27º | 0.31% | 0.92% | - |
| XYZ | 46.9 | 48.22 | 84.68 | - |
| YUV | 183.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 234 | 0.31 | 0.21 | 0 | 0.08 | 220.27 | 0.63 | 0.77 |
| Hex | A1 | B9 | EA | 1F | 15 | 0 | 8 | DC | 3F | 4D |
| Octal | 241 | 271 | 352 | 37 | 25 | 0 | 10 | 334 | 77 | 115 |
| Binary | 10100001 | 10111001 | 11101010 | 11111 | 10101 | 0 | 1000 | 11011100 | 111111 | 1001101 |
Color Harmonies of #A1B9EA
Complementary color
Monochromatic Colors of #A1B9EA
Black with #A1B9EA
Text Example
Text Example
White with #A1B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B9EA; }
p { color: rgb(161,185,234); }
H1.HeaderClassName
{
color: #A1B9EA;
}
.AnyTagClassName
{
color: #A1B9EA;
}
</style>
background-color css
<style>
a { background-color: #A1B9EA; }
a { background-color: rgb(161,185,234); }
div.DivClassName
{
background-color: #A1B9EA;
}
.BgClassName
{
background-color: #A1B9EA;
}
</style>
border-color css
<style>
span { border-color: #A1B9EA; }
span { border-color: rgb(161,185,234); }
td.TdClassName
{
border-color: #A1B9EA;
}
.TagClassName
{
border-color: #A1B9EA;
}
</style>