Shades of Perano #A0B8F0
Tints of Perano #A0B8F0
RGB
CMYK
RGB Variations
Color information
#A0B8F0 (or 0xA0B8F0) is known color: Perano. HEX triplet: A0, B8 and F0. RGB value is (160,184,240). Sum of RGB (Red+Green+Blue) = 160+184+240=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0B8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B8F0 is #5F470F. Grayscale: #B6B6B6. Windows color (decimal): -6244112 or 15775904. OLE color: 15775904.
HSL color Cylindrical-coordinate representation of color #A0B8F0: hue angle of 222º degrees, saturation: 0.73, 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 #A0B8F0 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 184 | 240 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.06 |
| HSL | 222º | 0.73% | 0.78% | - |
| HSV(B) | 222º | 0.33% | 0.94% | - |
| XYZ | 47.37 | 48.05 | 89.22 | - |
| YUV | 183.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 240 | 0.33 | 0.23 | 0 | 0.06 | 222 | 0.73 | 0.78 |
| Hex | A0 | B8 | F0 | 21 | 17 | 0 | 6 | DE | 49 | 4E |
| Octal | 240 | 270 | 360 | 41 | 27 | 0 | 6 | 336 | 111 | 116 |
| Binary | 10100000 | 10111000 | 11110000 | 100001 | 10111 | 0 | 110 | 11011110 | 1001001 | 1001110 |
Color Harmonies of #A0B8F0
Complementary color
Monochromatic Colors of #A0B8F0
Black with #A0B8F0
Text Example
Text Example
White with #A0B8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B8F0; }
p { color: rgb(160,184,240); }
H1.HeaderClassName
{
color: #A0B8F0;
}
.AnyTagClassName
{
color: #A0B8F0;
}
</style>
background-color css
<style>
a { background-color: #A0B8F0; }
a { background-color: rgb(160,184,240); }
div.DivClassName
{
background-color: #A0B8F0;
}
.BgClassName
{
background-color: #A0B8F0;
}
</style>
border-color css
<style>
span { border-color: #A0B8F0; }
span { border-color: rgb(160,184,240); }
td.TdClassName
{
border-color: #A0B8F0;
}
.TagClassName
{
border-color: #A0B8F0;
}
</style>