Shades of Perano #9DB9F1
Tints of Perano #9DB9F1
RGB
CMYK
RGB Variations
Color information
#9DB9F1 (or 0x9DB9F1) is known color: Perano. HEX triplet: 9D, B9 and F1. RGB value is (157,185,241). Sum of RGB (Red+Green+Blue) = 157+185+241=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DB9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB9F1 is #62460E. Grayscale: #B6B6B6. Windows color (decimal): -6440463 or 15841693. OLE color: 15841693.
HSL color Cylindrical-coordinate representation of color #9DB9F1: hue angle of 220º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DB9F1 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 185 | 241 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.05 |
| HSL | 220º | 0.75% | 0.78% | - |
| HSV(B) | 220º | 0.35% | 0.95% | - |
| XYZ | 47.13 | 48.22 | 90.04 | - |
| YUV | 183.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 241 | 0.35 | 0.23 | 0 | 0.05 | 220 | 0.75 | 0.78 |
| Hex | 9D | B9 | F1 | 23 | 17 | 0 | 5 | DC | 4B | 4E |
| Octal | 235 | 271 | 361 | 43 | 27 | 0 | 5 | 334 | 113 | 116 |
| Binary | 10011101 | 10111001 | 11110001 | 100011 | 10111 | 0 | 101 | 11011100 | 1001011 | 1001110 |
Color Harmonies of #9DB9F1
Complementary color
Monochromatic Colors of #9DB9F1
Black with #9DB9F1
Text Example
Text Example
White with #9DB9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB9F1; }
p { color: rgb(157,185,241); }
H1.HeaderClassName
{
color: #9DB9F1;
}
.AnyTagClassName
{
color: #9DB9F1;
}
</style>
background-color css
<style>
a { background-color: #9DB9F1; }
a { background-color: rgb(157,185,241); }
div.DivClassName
{
background-color: #9DB9F1;
}
.BgClassName
{
background-color: #9DB9F1;
}
</style>
border-color css
<style>
span { border-color: #9DB9F1; }
span { border-color: rgb(157,185,241); }
td.TdClassName
{
border-color: #9DB9F1;
}
.TagClassName
{
border-color: #9DB9F1;
}
</style>