Shades of Perano #A0B5EF
Tints of Perano #A0B5EF
RGB
CMYK
RGB Variations
Color information
#A0B5EF (or 0xA0B5EF) is known color: Perano. HEX triplet: A0, B5 and EF. RGB value is (160,181,239). Sum of RGB (Red+Green+Blue) = 160+181+239=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 181 (71.09% from 255 or 31.21% 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 #A0B5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B5EF is #5F4A10. Grayscale: #B5B5B5. Windows color (decimal): -6244881 or 15709600. OLE color: 15709600.
HSL color Cylindrical-coordinate representation of color #A0B5EF: hue angle of 224.05º 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 #A0B5EF is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 181 | 239 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.06 |
| HSL | 224.05º | 0.71% | 0.78% | - |
| HSV(B) | 224.05º | 0.33% | 0.94% | - |
| XYZ | 46.6 | 46.75 | 88.23 | - |
| YUV | 181.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 239 | 0.33 | 0.24 | 0 | 0.06 | 224.05 | 0.71 | 0.78 |
| Hex | A0 | B5 | EF | 21 | 18 | 0 | 6 | E0 | 47 | 4E |
| Octal | 240 | 265 | 357 | 41 | 30 | 0 | 6 | 340 | 107 | 116 |
| Binary | 10100000 | 10110101 | 11101111 | 100001 | 11000 | 0 | 110 | 11100000 | 1000111 | 1001110 |
Color Harmonies of #A0B5EF
Complementary color
Monochromatic Colors of #A0B5EF
Black with #A0B5EF
Text Example
Text Example
White with #A0B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B5EF; }
p { color: rgb(160,181,239); }
H1.HeaderClassName
{
color: #A0B5EF;
}
.AnyTagClassName
{
color: #A0B5EF;
}
</style>
background-color css
<style>
a { background-color: #A0B5EF; }
a { background-color: rgb(160,181,239); }
div.DivClassName
{
background-color: #A0B5EF;
}
.BgClassName
{
background-color: #A0B5EF;
}
</style>
border-color css
<style>
span { border-color: #A0B5EF; }
span { border-color: rgb(160,181,239); }
td.TdClassName
{
border-color: #A0B5EF;
}
.TagClassName
{
border-color: #A0B5EF;
}
</style>