Shades of Perano #9DBCF8
Tints of Perano #9DBCF8
RGB
CMYK
RGB Variations
Color information
#9DBCF8 (or 0x9DBCF8) is known color: Perano. HEX triplet: 9D, BC and F8. RGB value is (157,188,248). Sum of RGB (Red+Green+Blue) = 157+188+248=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DBCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBCF8 is #624307. Grayscale: #B9B9B9. Windows color (decimal): -6439688 or 16301213. OLE color: 16301213.
HSL color Cylindrical-coordinate representation of color #9DBCF8: hue angle of 219.56º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DBCF8 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 188 | 248 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.03 |
| HSL | 219.56º | 0.87% | 0.79% | - |
| HSV(B) | 219.56º | 0.37% | 0.97% | - |
| XYZ | 48.83 | 49.91 | 95.87 | - |
| YUV | 185.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 248 | 0.37 | 0.24 | 0 | 0.03 | 219.56 | 0.87 | 0.79 |
| Hex | 9D | BC | F8 | 25 | 18 | 0 | 3 | DC | 57 | 4F |
| Octal | 235 | 274 | 370 | 45 | 30 | 0 | 3 | 334 | 127 | 117 |
| Binary | 10011101 | 10111100 | 11111000 | 100101 | 11000 | 0 | 11 | 11011100 | 1010111 | 1001111 |
Color Harmonies of #9DBCF8
Complementary color
Monochromatic Colors of #9DBCF8
Black with #9DBCF8
Text Example
Text Example
White with #9DBCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCF8; }
p { color: rgb(157,188,248); }
H1.HeaderClassName
{
color: #9DBCF8;
}
.AnyTagClassName
{
color: #9DBCF8;
}
</style>
background-color css
<style>
a { background-color: #9DBCF8; }
a { background-color: rgb(157,188,248); }
div.DivClassName
{
background-color: #9DBCF8;
}
.BgClassName
{
background-color: #9DBCF8;
}
</style>
border-color css
<style>
span { border-color: #9DBCF8; }
span { border-color: rgb(157,188,248); }
td.TdClassName
{
border-color: #9DBCF8;
}
.TagClassName
{
border-color: #9DBCF8;
}
</style>