Shades of Perano #A5B8EF
Tints of Perano #A5B8EF
RGB
CMYK
RGB Variations
Color information
#A5B8EF (or 0xA5B8EF) is known color: Perano. HEX triplet: A5, B8 and EF. RGB value is (165,184,239). Sum of RGB (Red+Green+Blue) = 165+184+239=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B8EF is #5A4710. Grayscale: #B8B8B8. Windows color (decimal): -5916433 or 15710373. OLE color: 15710373.
HSL color Cylindrical-coordinate representation of color #A5B8EF: hue angle of 224.59º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5B8EF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 184 | 239 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.06 |
| HSL | 224.59º | 0.7% | 0.79% | - |
| HSV(B) | 224.59º | 0.31% | 0.94% | - |
| XYZ | 48.24 | 48.51 | 88.48 | - |
| YUV | 184.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 239 | 0.31 | 0.23 | 0 | 0.06 | 224.59 | 0.7 | 0.79 |
| Hex | A5 | B8 | EF | 1F | 17 | 0 | 6 | E1 | 46 | 4F |
| Octal | 245 | 270 | 357 | 37 | 27 | 0 | 6 | 341 | 106 | 117 |
| Binary | 10100101 | 10111000 | 11101111 | 11111 | 10111 | 0 | 110 | 11100001 | 1000110 | 1001111 |
Color Harmonies of #A5B8EF
Complementary color
Monochromatic Colors of #A5B8EF
Black with #A5B8EF
Text Example
Text Example
White with #A5B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B8EF; }
p { color: rgb(165,184,239); }
H1.HeaderClassName
{
color: #A5B8EF;
}
.AnyTagClassName
{
color: #A5B8EF;
}
</style>
background-color css
<style>
a { background-color: #A5B8EF; }
a { background-color: rgb(165,184,239); }
div.DivClassName
{
background-color: #A5B8EF;
}
.BgClassName
{
background-color: #A5B8EF;
}
</style>
border-color css
<style>
span { border-color: #A5B8EF; }
span { border-color: rgb(165,184,239); }
td.TdClassName
{
border-color: #A5B8EF;
}
.TagClassName
{
border-color: #A5B8EF;
}
</style>