Shades of Perano #A0B9EF
Tints of Perano #A0B9EF
RGB
CMYK
RGB Variations
Color information
#A0B9EF (or 0xA0B9EF) is known color: Perano. HEX triplet: A0, B9 and EF. RGB value is (160,185,239). Sum of RGB (Red+Green+Blue) = 160+185+239=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B9EF is #5F4610. Grayscale: #B7B7B7. Windows color (decimal): -6243857 or 15710624. OLE color: 15710624.
HSL color Cylindrical-coordinate representation of color #A0B9EF: hue angle of 221.01º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0B9EF is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 185 | 239 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.06 |
| HSL | 221.01º | 0.71% | 0.78% | - |
| HSV(B) | 221.01º | 0.33% | 0.94% | - |
| XYZ | 47.43 | 48.4 | 88.5 | - |
| YUV | 183.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 239 | 0.33 | 0.23 | 0 | 0.06 | 221.01 | 0.71 | 0.78 |
| Hex | A0 | B9 | EF | 21 | 17 | 0 | 6 | DD | 47 | 4E |
| Octal | 240 | 271 | 357 | 41 | 27 | 0 | 6 | 335 | 107 | 116 |
| Binary | 10100000 | 10111001 | 11101111 | 100001 | 10111 | 0 | 110 | 11011101 | 1000111 | 1001110 |
Color Harmonies of #A0B9EF
Complementary color
Monochromatic Colors of #A0B9EF
Black with #A0B9EF
Text Example
Text Example
White with #A0B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B9EF; }
p { color: rgb(160,185,239); }
H1.HeaderClassName
{
color: #A0B9EF;
}
.AnyTagClassName
{
color: #A0B9EF;
}
</style>
background-color css
<style>
a { background-color: #A0B9EF; }
a { background-color: rgb(160,185,239); }
div.DivClassName
{
background-color: #A0B9EF;
}
.BgClassName
{
background-color: #A0B9EF;
}
</style>
border-color css
<style>
span { border-color: #A0B9EF; }
span { border-color: rgb(160,185,239); }
td.TdClassName
{
border-color: #A0B9EF;
}
.TagClassName
{
border-color: #A0B9EF;
}
</style>