Shades of Perano #9DBDF8
Tints of Perano #9DBDF8
RGB
CMYK
RGB Variations
Color information
#9DBDF8 (or 0x9DBDF8) is known color: Perano. HEX triplet: 9D, BD and F8. RGB value is (157,189,248). Sum of RGB (Red+Green+Blue) = 157+189+248=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DBDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBDF8 is #624207. Grayscale: #B9B9B9. Windows color (decimal): -6439432 or 16301469. OLE color: 16301469.
HSL color Cylindrical-coordinate representation of color #9DBDF8: hue angle of 218.9º 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 #9DBDF8 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 189 | 248 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.03 |
| HSL | 218.9º | 0.87% | 0.79% | - |
| HSV(B) | 218.9º | 0.37% | 0.97% | - |
| XYZ | 49.05 | 50.34 | 95.94 | - |
| YUV | 186.16 | 162.9 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 248 | 0.37 | 0.24 | 0 | 0.03 | 218.9 | 0.87 | 0.79 |
| Hex | 9D | BD | F8 | 25 | 18 | 0 | 3 | DB | 57 | 4F |
| Octal | 235 | 275 | 370 | 45 | 30 | 0 | 3 | 333 | 127 | 117 |
| Binary | 10011101 | 10111101 | 11111000 | 100101 | 11000 | 0 | 11 | 11011011 | 1010111 | 1001111 |
Color Harmonies of #9DBDF8
Complementary color
Monochromatic Colors of #9DBDF8
Black with #9DBDF8
Text Example
Text Example
White with #9DBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDF8; }
p { color: rgb(157,189,248); }
H1.HeaderClassName
{
color: #9DBDF8;
}
.AnyTagClassName
{
color: #9DBDF8;
}
</style>
background-color css
<style>
a { background-color: #9DBDF8; }
a { background-color: rgb(157,189,248); }
div.DivClassName
{
background-color: #9DBDF8;
}
.BgClassName
{
background-color: #9DBDF8;
}
</style>
border-color css
<style>
span { border-color: #9DBDF8; }
span { border-color: rgb(157,189,248); }
td.TdClassName
{
border-color: #9DBDF8;
}
.TagClassName
{
border-color: #9DBDF8;
}
</style>