Shades of Perano #9DB5FB
Tints of Perano #9DB5FB
RGB
CMYK
RGB Variations
Color information
#9DB5FB (or 0x9DB5FB) is known color: Perano. HEX triplet: 9D, B5 and FB. RGB value is (157,181,251). Sum of RGB (Red+Green+Blue) = 157+181+251=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB5FB is #624A04. Grayscale: #B5B5B5. Windows color (decimal): -6441477 or 16496029. OLE color: 16496029.
HSL color Cylindrical-coordinate representation of color #9DB5FB: hue angle of 224.68º degrees, saturation: 0.92, 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 #9DB5FB is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 181 | 251 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.02 |
| HSL | 224.68º | 0.92% | 0.8% | - |
| HSV(B) | 224.68º | 0.37% | 0.98% | - |
| XYZ | 47.84 | 47.18 | 97.85 | - |
| YUV | 181.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 251 | 0.37 | 0.28 | 0 | 0.02 | 224.68 | 0.92 | 0.8 |
| Hex | 9D | B5 | FB | 25 | 1C | 0 | 2 | E1 | 5C | 50 |
| Octal | 235 | 265 | 373 | 45 | 34 | 0 | 2 | 341 | 134 | 120 |
| Binary | 10011101 | 10110101 | 11111011 | 100101 | 11100 | 0 | 10 | 11100001 | 1011100 | 1010000 |
Color Harmonies of #9DB5FB
Complementary color
Monochromatic Colors of #9DB5FB
Black with #9DB5FB
Text Example
Text Example
White with #9DB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB5FB; }
p { color: rgb(157,181,251); }
H1.HeaderClassName
{
color: #9DB5FB;
}
.AnyTagClassName
{
color: #9DB5FB;
}
</style>
background-color css
<style>
a { background-color: #9DB5FB; }
a { background-color: rgb(157,181,251); }
div.DivClassName
{
background-color: #9DB5FB;
}
.BgClassName
{
background-color: #9DB5FB;
}
</style>
border-color css
<style>
span { border-color: #9DB5FB; }
span { border-color: rgb(157,181,251); }
td.TdClassName
{
border-color: #9DB5FB;
}
.TagClassName
{
border-color: #9DB5FB;
}
</style>