Shades of Perano #A0B9F3
Tints of Perano #A0B9F3
RGB
CMYK
RGB Variations
Color information
#A0B9F3 (or 0xA0B9F3) is known color: Perano. HEX triplet: A0, B9 and F3. RGB value is (160,185,243). Sum of RGB (Red+Green+Blue) = 160+185+243=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0B9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B9F3 is #5F460C. Grayscale: #B7B7B7. Windows color (decimal): -6243853 or 15972768. OLE color: 15972768.
HSL color Cylindrical-coordinate representation of color #A0B9F3: hue angle of 221.93º degrees, saturation: 0.78, 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 #A0B9F3 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 185 | 243 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.05 |
| HSL | 221.93º | 0.78% | 0.79% | - |
| HSV(B) | 221.93º | 0.34% | 0.95% | - |
| XYZ | 48.02 | 48.64 | 91.65 | - |
| YUV | 184.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 243 | 0.34 | 0.24 | 0 | 0.05 | 221.93 | 0.78 | 0.79 |
| Hex | A0 | B9 | F3 | 22 | 18 | 0 | 5 | DE | 4E | 4F |
| Octal | 240 | 271 | 363 | 42 | 30 | 0 | 5 | 336 | 116 | 117 |
| Binary | 10100000 | 10111001 | 11110011 | 100010 | 11000 | 0 | 101 | 11011110 | 1001110 | 1001111 |
Color Harmonies of #A0B9F3
Complementary color
Monochromatic Colors of #A0B9F3
Black with #A0B9F3
Text Example
Text Example
White with #A0B9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B9F3; }
p { color: rgb(160,185,243); }
H1.HeaderClassName
{
color: #A0B9F3;
}
.AnyTagClassName
{
color: #A0B9F3;
}
</style>
background-color css
<style>
a { background-color: #A0B9F3; }
a { background-color: rgb(160,185,243); }
div.DivClassName
{
background-color: #A0B9F3;
}
.BgClassName
{
background-color: #A0B9F3;
}
</style>
border-color css
<style>
span { border-color: #A0B9F3; }
span { border-color: rgb(160,185,243); }
td.TdClassName
{
border-color: #A0B9F3;
}
.TagClassName
{
border-color: #A0B9F3;
}
</style>