Shades of Perano #9DBAFE
Tints of Perano #9DBAFE
RGB
CMYK
RGB Variations
Color information
#9DBAFE (or 0x9DBAFE) is known color: Perano. HEX triplet: 9D, BA and FE. RGB value is (157,186,254). Sum of RGB (Red+Green+Blue) = 157+186+254=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAFE is #624501. Grayscale: #B8B8B8. Windows color (decimal): -6440194 or 16693917. OLE color: 16693917.
HSL color Cylindrical-coordinate representation of color #9DBAFE: hue angle of 222.06º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DBAFE is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 186 | 254 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.00 |
| HSL | 222.06º | 0.98% | 0.81% | - |
| HSV(B) | 222.06º | 0.38% | 1% | - |
| XYZ | 49.35 | 49.44 | 100.71 | - |
| YUV | 185.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 254 | 0.38 | 0.27 | 0 | 0.00 | 222.06 | 0.98 | 0.81 |
| Hex | 9D | BA | FE | 26 | 1B | 0 | 0 | DE | 62 | 51 |
| Octal | 235 | 272 | 376 | 46 | 33 | 0 | 0 | 336 | 142 | 121 |
| Binary | 10011101 | 10111010 | 11111110 | 100110 | 11011 | 0 | 0 | 11011110 | 1100010 | 1010001 |
Color Harmonies of #9DBAFE
Complementary color
Monochromatic Colors of #9DBAFE
Black with #9DBAFE
Text Example
Text Example
White with #9DBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAFE; }
p { color: rgb(157,186,254); }
H1.HeaderClassName
{
color: #9DBAFE;
}
.AnyTagClassName
{
color: #9DBAFE;
}
</style>
background-color css
<style>
a { background-color: #9DBAFE; }
a { background-color: rgb(157,186,254); }
div.DivClassName
{
background-color: #9DBAFE;
}
.BgClassName
{
background-color: #9DBAFE;
}
</style>
border-color css
<style>
span { border-color: #9DBAFE; }
span { border-color: rgb(157,186,254); }
td.TdClassName
{
border-color: #9DBAFE;
}
.TagClassName
{
border-color: #9DBAFE;
}
</style>