Shades of Regent St Blue #9DBFD3
Tints of Regent St Blue #9DBFD3
RGB
CMYK
RGB Variations
Color information
#9DBFD3 (or 0x9DBFD3) is known color: Regent St Blue. HEX triplet: 9D, BF and D3. RGB value is (157,191,211). Sum of RGB (Red+Green+Blue) = 157+191+211=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #9DBFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFD3 is #62402C. Grayscale: #B7B7B7. Windows color (decimal): -6438957 or 13877149. OLE color: 13877149.
HSL color Cylindrical-coordinate representation of color #9DBFD3: hue angle of 202.22º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DBFD3 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 191 | 211 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.17 |
| HSL | 202.22º | 0.38% | 0.72% | - |
| HSV(B) | 202.22º | 0.26% | 0.83% | - |
| XYZ | 44.29 | 49.13 | 68.78 | - |
| YUV | 183.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 211 | 0.26 | 0.09 | 0 | 0.17 | 202.22 | 0.38 | 0.72 |
| Hex | 9D | BF | D3 | 1A | 9 | 0 | 11 | CA | 26 | 48 |
| Octal | 235 | 277 | 323 | 32 | 11 | 0 | 21 | 312 | 46 | 110 |
| Binary | 10011101 | 10111111 | 11010011 | 11010 | 1001 | 0 | 10001 | 11001010 | 100110 | 1001000 |
Color Harmonies of #9DBFD3
Complementary color
Monochromatic Colors of #9DBFD3
Black with #9DBFD3
Text Example
Text Example
White with #9DBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFD3; }
p { color: rgb(157,191,211); }
H1.HeaderClassName
{
color: #9DBFD3;
}
.AnyTagClassName
{
color: #9DBFD3;
}
</style>
background-color css
<style>
a { background-color: #9DBFD3; }
a { background-color: rgb(157,191,211); }
div.DivClassName
{
background-color: #9DBFD3;
}
.BgClassName
{
background-color: #9DBFD3;
}
</style>
border-color css
<style>
span { border-color: #9DBFD3; }
span { border-color: rgb(157,191,211); }
td.TdClassName
{
border-color: #9DBFD3;
}
.TagClassName
{
border-color: #9DBFD3;
}
</style>