Shades of Regent St Blue #9BC7DD
Tints of Regent St Blue #9BC7DD
RGB
CMYK
RGB Variations
Color information
#9BC7DD (or 0x9BC7DD) is known color: Regent St Blue. HEX triplet: 9B, C7 and DD. RGB value is (155,199,221). Sum of RGB (Red+Green+Blue) = 155+199+221=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BC7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7DD is #643822. Grayscale: #BCBCBC. Windows color (decimal): -6567971 or 14534555. OLE color: 14534555.
HSL color Cylindrical-coordinate representation of color #9BC7DD: hue angle of 200º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC7DD is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 199 | 221 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.13 |
| HSL | 200º | 0.49% | 0.74% | - |
| HSV(B) | 200º | 0.3% | 0.87% | - |
| XYZ | 46.99 | 53.04 | 76.17 | - |
| YUV | 188.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 221 | 0.30 | 0.10 | 0 | 0.13 | 200 | 0.49 | 0.74 |
| Hex | 9B | C7 | DD | 1E | A | 0 | D | C8 | 31 | 4A |
| Octal | 233 | 307 | 335 | 36 | 12 | 0 | 15 | 310 | 61 | 112 |
| Binary | 10011011 | 11000111 | 11011101 | 11110 | 1010 | 0 | 1101 | 11001000 | 110001 | 1001010 |
Color Harmonies of #9BC7DD
Complementary color
Monochromatic Colors of #9BC7DD
Black with #9BC7DD
Text Example
Text Example
White with #9BC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7DD; }
p { color: rgb(155,199,221); }
H1.HeaderClassName
{
color: #9BC7DD;
}
.AnyTagClassName
{
color: #9BC7DD;
}
</style>
background-color css
<style>
a { background-color: #9BC7DD; }
a { background-color: rgb(155,199,221); }
div.DivClassName
{
background-color: #9BC7DD;
}
.BgClassName
{
background-color: #9BC7DD;
}
</style>
border-color css
<style>
span { border-color: #9BC7DD; }
span { border-color: rgb(155,199,221); }
td.TdClassName
{
border-color: #9BC7DD;
}
.TagClassName
{
border-color: #9BC7DD;
}
</style>