Shades of Perano #9DBBE6
Tints of Perano #9DBBE6
RGB
CMYK
RGB Variations
Color information
#9DBBE6 (or 0x9DBBE6) is known color: Perano. HEX triplet: 9D, BB and E6. RGB value is (157,187,230). Sum of RGB (Red+Green+Blue) = 157+187+230=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #9DBBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBBE6 is #624419. Grayscale: #B6B6B6. Windows color (decimal): -6439962 or 15121309. OLE color: 15121309.
HSL color Cylindrical-coordinate representation of color #9DBBE6: hue angle of 215.34º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DBBE6 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 187 | 230 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.10 |
| HSL | 215.34º | 0.59% | 0.76% | - |
| HSV(B) | 215.34º | 0.32% | 0.9% | - |
| XYZ | 45.96 | 48.42 | 81.79 | - |
| YUV | 182.93 | 154.56 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 230 | 0.32 | 0.19 | 0 | 0.10 | 215.34 | 0.59 | 0.76 |
| Hex | 9D | BB | E6 | 20 | 13 | 0 | A | D7 | 3B | 4C |
| Octal | 235 | 273 | 346 | 40 | 23 | 0 | 12 | 327 | 73 | 114 |
| Binary | 10011101 | 10111011 | 11100110 | 100000 | 10011 | 0 | 1010 | 11010111 | 111011 | 1001100 |
Color Harmonies of #9DBBE6
Complementary color
Monochromatic Colors of #9DBBE6
Black with #9DBBE6
Text Example
Text Example
White with #9DBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBE6; }
p { color: rgb(157,187,230); }
H1.HeaderClassName
{
color: #9DBBE6;
}
.AnyTagClassName
{
color: #9DBBE6;
}
</style>
background-color css
<style>
a { background-color: #9DBBE6; }
a { background-color: rgb(157,187,230); }
div.DivClassName
{
background-color: #9DBBE6;
}
.BgClassName
{
background-color: #9DBBE6;
}
</style>
border-color css
<style>
span { border-color: #9DBBE6; }
span { border-color: rgb(157,187,230); }
td.TdClassName
{
border-color: #9DBBE6;
}
.TagClassName
{
border-color: #9DBBE6;
}
</style>