Shades of Perano #9DBAFA
Tints of Perano #9DBAFA
RGB
CMYK
RGB Variations
Color information
#9DBAFA (or 0x9DBAFA) is known color: Perano. HEX triplet: 9D, BA and FA. RGB value is (157,186,250). Sum of RGB (Red+Green+Blue) = 157+186+250=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DBAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAFA is #624505. Grayscale: #B8B8B8. Windows color (decimal): -6440198 or 16431773. OLE color: 16431773.
HSL color Cylindrical-coordinate representation of color #9DBAFA: hue angle of 221.29º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DBAFA is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 186 | 250 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.02 |
| HSL | 221.29º | 0.9% | 0.8% | - |
| HSV(B) | 221.29º | 0.37% | 0.98% | - |
| XYZ | 48.72 | 49.19 | 97.37 | - |
| YUV | 184.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 250 | 0.37 | 0.26 | 0 | 0.02 | 221.29 | 0.9 | 0.8 |
| Hex | 9D | BA | FA | 25 | 1A | 0 | 2 | DD | 5A | 50 |
| Octal | 235 | 272 | 372 | 45 | 32 | 0 | 2 | 335 | 132 | 120 |
| Binary | 10011101 | 10111010 | 11111010 | 100101 | 11010 | 0 | 10 | 11011101 | 1011010 | 1010000 |
Color Harmonies of #9DBAFA
Complementary color
Monochromatic Colors of #9DBAFA
Black with #9DBAFA
Text Example
Text Example
White with #9DBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAFA; }
p { color: rgb(157,186,250); }
H1.HeaderClassName
{
color: #9DBAFA;
}
.AnyTagClassName
{
color: #9DBAFA;
}
</style>
background-color css
<style>
a { background-color: #9DBAFA; }
a { background-color: rgb(157,186,250); }
div.DivClassName
{
background-color: #9DBAFA;
}
.BgClassName
{
background-color: #9DBAFA;
}
</style>
border-color css
<style>
span { border-color: #9DBAFA; }
span { border-color: rgb(157,186,250); }
td.TdClassName
{
border-color: #9DBAFA;
}
.TagClassName
{
border-color: #9DBAFA;
}
</style>