Shades of Perano #9DBAFF
Tints of Perano #9DBAFF
RGB
CMYK
RGB Variations
Color information
#9DBAFF (or 0x9DBAFF) is known color: Perano. HEX triplet: 9D, BA and FF. RGB value is (157,186,255). Sum of RGB (Red+Green+Blue) = 157+186+255=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAFF is #624500. Grayscale: #B8B8B8. Windows color (decimal): -6440193 or 16759453. OLE color: 16759453.
HSL color Cylindrical-coordinate representation of color #9DBAFF: hue angle of 222.24º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DBAFF is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 186 | 255 | - |
| CMYK | 0.38 | 0.27 | 0 | 0 |
| HSL | 222.24º | 1% | 0.81% | - |
| HSV(B) | 222.24º | 0.38% | 1% | - |
| XYZ | 49.51 | 49.51 | 101.55 | - |
| YUV | 185.2 | 167.39 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 255 | 0.38 | 0.27 | 0 | 0 | 222.24 | 1 | 0.81 |
| Hex | 9D | BA | FF | 26 | 1B | 0 | 0 | DE | 64 | 51 |
| Octal | 235 | 272 | 377 | 46 | 33 | 0 | 0 | 336 | 144 | 121 |
| Binary | 10011101 | 10111010 | 11111111 | 100110 | 11011 | 0 | 0 | 11011110 | 1100100 | 1010001 |
Color Harmonies of #9DBAFF
Complementary color
Monochromatic Colors of #9DBAFF
Black with #9DBAFF
Text Example
Text Example
White with #9DBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAFF; }
p { color: rgb(157,186,255); }
H1.HeaderClassName
{
color: #9DBAFF;
}
.AnyTagClassName
{
color: #9DBAFF;
}
</style>
background-color css
<style>
a { background-color: #9DBAFF; }
a { background-color: rgb(157,186,255); }
div.DivClassName
{
background-color: #9DBAFF;
}
.BgClassName
{
background-color: #9DBAFF;
}
</style>
border-color css
<style>
span { border-color: #9DBAFF; }
span { border-color: rgb(157,186,255); }
td.TdClassName
{
border-color: #9DBAFF;
}
.TagClassName
{
border-color: #9DBAFF;
}
</style>