Shades of Perano #A0B1F1
Tints of Perano #A0B1F1
RGB
CMYK
RGB Variations
Color information
#A0B1F1 (or 0xA0B1F1) is known color: Perano. HEX triplet: A0, B1 and F1. RGB value is (160,177,241). Sum of RGB (Red+Green+Blue) = 160+177+241=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0B1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0B1F1 is #5F4E0E. Grayscale: #B2B2B2. Windows color (decimal): -6245903 or 15839648. OLE color: 15839648.
HSL color Cylindrical-coordinate representation of color #A0B1F1: hue angle of 227.41º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0B1F1 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 177 | 241 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.05 |
| HSL | 227.41º | 0.74% | 0.79% | - |
| HSV(B) | 227.41º | 0.34% | 0.95% | - |
| XYZ | 46.1 | 45.27 | 89.53 | - |
| YUV | 179.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 241 | 0.34 | 0.27 | 0 | 0.05 | 227.41 | 0.74 | 0.79 |
| Hex | A0 | B1 | F1 | 22 | 1B | 0 | 5 | E3 | 4A | 4F |
| Octal | 240 | 261 | 361 | 42 | 33 | 0 | 5 | 343 | 112 | 117 |
| Binary | 10100000 | 10110001 | 11110001 | 100010 | 11011 | 0 | 101 | 11100011 | 1001010 | 1001111 |
Color Harmonies of #A0B1F1
Complementary color
Monochromatic Colors of #A0B1F1
Black with #A0B1F1
Text Example
Text Example
White with #A0B1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B1F1; }
p { color: rgb(160,177,241); }
H1.HeaderClassName
{
color: #A0B1F1;
}
.AnyTagClassName
{
color: #A0B1F1;
}
</style>
background-color css
<style>
a { background-color: #A0B1F1; }
a { background-color: rgb(160,177,241); }
div.DivClassName
{
background-color: #A0B1F1;
}
.BgClassName
{
background-color: #A0B1F1;
}
</style>
border-color css
<style>
span { border-color: #A0B1F1; }
span { border-color: rgb(160,177,241); }
td.TdClassName
{
border-color: #A0B1F1;
}
.TagClassName
{
border-color: #A0B1F1;
}
</style>