Shades of Perano #9DB5EF
Tints of Perano #9DB5EF
RGB
CMYK
RGB Variations
Color information
#9DB5EF (or 0x9DB5EF) is known color: Perano. HEX triplet: 9D, B5 and EF. RGB value is (157,181,239). Sum of RGB (Red+Green+Blue) = 157+181+239=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB5EF is #624A10. Grayscale: #B4B4B4. Windows color (decimal): -6441489 or 15709597. OLE color: 15709597.
HSL color Cylindrical-coordinate representation of color #9DB5EF: hue angle of 222.44º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB5EF is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 181 | 239 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.06 |
| HSL | 222.44º | 0.72% | 0.78% | - |
| HSV(B) | 222.44º | 0.34% | 0.94% | - |
| XYZ | 46.01 | 46.45 | 88.2 | - |
| YUV | 180.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 239 | 0.34 | 0.24 | 0 | 0.06 | 222.44 | 0.72 | 0.78 |
| Hex | 9D | B5 | EF | 22 | 18 | 0 | 6 | DE | 48 | 4E |
| Octal | 235 | 265 | 357 | 42 | 30 | 0 | 6 | 336 | 110 | 116 |
| Binary | 10011101 | 10110101 | 11101111 | 100010 | 11000 | 0 | 110 | 11011110 | 1001000 | 1001110 |
Color Harmonies of #9DB5EF
Complementary color
Monochromatic Colors of #9DB5EF
Black with #9DB5EF
Text Example
Text Example
White with #9DB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB5EF; }
p { color: rgb(157,181,239); }
H1.HeaderClassName
{
color: #9DB5EF;
}
.AnyTagClassName
{
color: #9DB5EF;
}
</style>
background-color css
<style>
a { background-color: #9DB5EF; }
a { background-color: rgb(157,181,239); }
div.DivClassName
{
background-color: #9DB5EF;
}
.BgClassName
{
background-color: #9DB5EF;
}
</style>
border-color css
<style>
span { border-color: #9DB5EF; }
span { border-color: rgb(157,181,239); }
td.TdClassName
{
border-color: #9DB5EF;
}
.TagClassName
{
border-color: #9DB5EF;
}
</style>