Shades of Regent St Blue #9BCBDD
Tints of Regent St Blue #9BCBDD
RGB
CMYK
RGB Variations
Color information
#9BCBDD (or 0x9BCBDD) is known color: Regent St Blue. HEX triplet: 9B, CB and DD. RGB value is (155,203,221). Sum of RGB (Red+Green+Blue) = 155+203+221=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBDD is #643422. Grayscale: #BEBEBE. Windows color (decimal): -6566947 or 14535579. OLE color: 14535579.
HSL color Cylindrical-coordinate representation of color #9BCBDD: hue angle of 196.36º 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 #9BCBDD is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 203 | 221 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.13 |
| HSL | 196.36º | 0.49% | 0.74% | - |
| HSV(B) | 196.36º | 0.3% | 0.87% | - |
| XYZ | 47.92 | 54.9 | 76.48 | - |
| YUV | 190.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 221 | 0.30 | 0.08 | 0 | 0.13 | 196.36 | 0.49 | 0.74 |
| Hex | 9B | CB | DD | 1E | 8 | 0 | D | C4 | 31 | 4A |
| Octal | 233 | 313 | 335 | 36 | 10 | 0 | 15 | 304 | 61 | 112 |
| Binary | 10011011 | 11001011 | 11011101 | 11110 | 1000 | 0 | 1101 | 11000100 | 110001 | 1001010 |
Color Harmonies of #9BCBDD
Complementary color
Monochromatic Colors of #9BCBDD
Black with #9BCBDD
Text Example
Text Example
White with #9BCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBDD; }
p { color: rgb(155,203,221); }
H1.HeaderClassName
{
color: #9BCBDD;
}
.AnyTagClassName
{
color: #9BCBDD;
}
</style>
background-color css
<style>
a { background-color: #9BCBDD; }
a { background-color: rgb(155,203,221); }
div.DivClassName
{
background-color: #9BCBDD;
}
.BgClassName
{
background-color: #9BCBDD;
}
</style>
border-color css
<style>
span { border-color: #9BCBDD; }
span { border-color: rgb(155,203,221); }
td.TdClassName
{
border-color: #9BCBDD;
}
.TagClassName
{
border-color: #9BCBDD;
}
</style>