Shades of Regent St Blue #9DBFD0
Tints of Regent St Blue #9DBFD0
RGB
CMYK
RGB Variations
Color information
#9DBFD0 (or 0x9DBFD0) is known color: Regent St Blue. HEX triplet: 9D, BF and D0. RGB value is (157,191,208). Sum of RGB (Red+Green+Blue) = 157+191+208=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #9DBFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFD0 is #62402F. Grayscale: #B6B6B6. Windows color (decimal): -6438960 or 13680541. OLE color: 13680541.
HSL color Cylindrical-coordinate representation of color #9DBFD0: hue angle of 200º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DBFD0 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 191 | 208 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.18 |
| HSL | 200º | 0.35% | 0.72% | - |
| HSV(B) | 200º | 0.25% | 0.82% | - |
| XYZ | 43.92 | 48.98 | 66.81 | - |
| YUV | 182.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 208 | 0.25 | 0.08 | 0 | 0.18 | 200 | 0.35 | 0.72 |
| Hex | 9D | BF | D0 | 19 | 8 | 0 | 12 | C8 | 23 | 48 |
| Octal | 235 | 277 | 320 | 31 | 10 | 0 | 22 | 310 | 43 | 110 |
| Binary | 10011101 | 10111111 | 11010000 | 11001 | 1000 | 0 | 10010 | 11001000 | 100011 | 1001000 |
Color Harmonies of #9DBFD0
Complementary color
Monochromatic Colors of #9DBFD0
Black with #9DBFD0
Text Example
Text Example
White with #9DBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFD0; }
p { color: rgb(157,191,208); }
H1.HeaderClassName
{
color: #9DBFD0;
}
.AnyTagClassName
{
color: #9DBFD0;
}
</style>
background-color css
<style>
a { background-color: #9DBFD0; }
a { background-color: rgb(157,191,208); }
div.DivClassName
{
background-color: #9DBFD0;
}
.BgClassName
{
background-color: #9DBFD0;
}
</style>
border-color css
<style>
span { border-color: #9DBFD0; }
span { border-color: rgb(157,191,208); }
td.TdClassName
{
border-color: #9DBFD0;
}
.TagClassName
{
border-color: #9DBFD0;
}
</style>