Shades of Regent St Blue #9DBFD4
Tints of Regent St Blue #9DBFD4
RGB
CMYK
RGB Variations
Color information
#9DBFD4 (or 0x9DBFD4) is known color: Regent St Blue. HEX triplet: 9D, BF and D4. RGB value is (157,191,212). Sum of RGB (Red+Green+Blue) = 157+191+212=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #9DBFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFD4 is #62402B. Grayscale: #B7B7B7. Windows color (decimal): -6438956 or 13942685. OLE color: 13942685.
HSL color Cylindrical-coordinate representation of color #9DBFD4: hue angle of 202.91º degrees, saturation: 0.39, 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 #9DBFD4 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 191 | 212 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.17 |
| HSL | 202.91º | 0.39% | 0.72% | - |
| HSV(B) | 202.91º | 0.26% | 0.83% | - |
| XYZ | 44.42 | 49.18 | 69.44 | - |
| YUV | 183.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 212 | 0.26 | 0.10 | 0 | 0.17 | 202.91 | 0.39 | 0.72 |
| Hex | 9D | BF | D4 | 1A | A | 0 | 11 | CB | 27 | 48 |
| Octal | 235 | 277 | 324 | 32 | 12 | 0 | 21 | 313 | 47 | 110 |
| Binary | 10011101 | 10111111 | 11010100 | 11010 | 1010 | 0 | 10001 | 11001011 | 100111 | 1001000 |
Color Harmonies of #9DBFD4
Complementary color
Monochromatic Colors of #9DBFD4
Black with #9DBFD4
Text Example
Text Example
White with #9DBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFD4; }
p { color: rgb(157,191,212); }
H1.HeaderClassName
{
color: #9DBFD4;
}
.AnyTagClassName
{
color: #9DBFD4;
}
</style>
background-color css
<style>
a { background-color: #9DBFD4; }
a { background-color: rgb(157,191,212); }
div.DivClassName
{
background-color: #9DBFD4;
}
.BgClassName
{
background-color: #9DBFD4;
}
</style>
border-color css
<style>
span { border-color: #9DBFD4; }
span { border-color: rgb(157,191,212); }
td.TdClassName
{
border-color: #9DBFD4;
}
.TagClassName
{
border-color: #9DBFD4;
}
</style>