Shades of Perano #9DB9F6
Tints of Perano #9DB9F6
RGB
CMYK
RGB Variations
Color information
#9DB9F6 (or 0x9DB9F6) is known color: Perano. HEX triplet: 9D, B9 and F6. RGB value is (157,185,246). Sum of RGB (Red+Green+Blue) = 157+185+246=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #9DB9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB9F6 is #624609. Grayscale: #B7B7B7. Windows color (decimal): -6440458 or 16169373. OLE color: 16169373.
HSL color Cylindrical-coordinate representation of color #9DB9F6: hue angle of 221.12º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DB9F6 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 185 | 246 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.04 |
| HSL | 221.12º | 0.83% | 0.79% | - |
| HSV(B) | 221.12º | 0.36% | 0.96% | - |
| XYZ | 47.89 | 48.52 | 94.03 | - |
| YUV | 183.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 246 | 0.36 | 0.25 | 0 | 0.04 | 221.12 | 0.83 | 0.79 |
| Hex | 9D | B9 | F6 | 24 | 19 | 0 | 4 | DD | 53 | 4F |
| Octal | 235 | 271 | 366 | 44 | 31 | 0 | 4 | 335 | 123 | 117 |
| Binary | 10011101 | 10111001 | 11110110 | 100100 | 11001 | 0 | 100 | 11011101 | 1010011 | 1001111 |
Color Harmonies of #9DB9F6
Complementary color
Monochromatic Colors of #9DB9F6
Black with #9DB9F6
Text Example
Text Example
White with #9DB9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB9F6; }
p { color: rgb(157,185,246); }
H1.HeaderClassName
{
color: #9DB9F6;
}
.AnyTagClassName
{
color: #9DB9F6;
}
</style>
background-color css
<style>
a { background-color: #9DB9F6; }
a { background-color: rgb(157,185,246); }
div.DivClassName
{
background-color: #9DB9F6;
}
.BgClassName
{
background-color: #9DB9F6;
}
</style>
border-color css
<style>
span { border-color: #9DB9F6; }
span { border-color: rgb(157,185,246); }
td.TdClassName
{
border-color: #9DB9F6;
}
.TagClassName
{
border-color: #9DB9F6;
}
</style>