Shades of Regent St Blue #9BCCDD
Tints of Regent St Blue #9BCCDD
RGB
CMYK
RGB Variations
Color information
#9BCCDD (or 0x9BCCDD) is known color: Regent St Blue. HEX triplet: 9B, CC and DD. RGB value is (155,204,221). Sum of RGB (Red+Green+Blue) = 155+204+221=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCDD is #643322. Grayscale: #BFBFBF. Windows color (decimal): -6566691 or 14535835. OLE color: 14535835.
HSL color Cylindrical-coordinate representation of color #9BCCDD: hue angle of 195.45º 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 #9BCCDD is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 204 | 221 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.13 |
| HSL | 195.45º | 0.49% | 0.74% | - |
| HSV(B) | 195.45º | 0.3% | 0.87% | - |
| XYZ | 48.16 | 55.37 | 76.56 | - |
| YUV | 191.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 221 | 0.30 | 0.08 | 0 | 0.13 | 195.45 | 0.49 | 0.74 |
| Hex | 9B | CC | DD | 1E | 8 | 0 | D | C3 | 31 | 4A |
| Octal | 233 | 314 | 335 | 36 | 10 | 0 | 15 | 303 | 61 | 112 |
| Binary | 10011011 | 11001100 | 11011101 | 11110 | 1000 | 0 | 1101 | 11000011 | 110001 | 1001010 |
Color Harmonies of #9BCCDD
Complementary color
Monochromatic Colors of #9BCCDD
Black with #9BCCDD
Text Example
Text Example
White with #9BCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCDD; }
p { color: rgb(155,204,221); }
H1.HeaderClassName
{
color: #9BCCDD;
}
.AnyTagClassName
{
color: #9BCCDD;
}
</style>
background-color css
<style>
a { background-color: #9BCCDD; }
a { background-color: rgb(155,204,221); }
div.DivClassName
{
background-color: #9BCCDD;
}
.BgClassName
{
background-color: #9BCCDD;
}
</style>
border-color css
<style>
span { border-color: #9BCCDD; }
span { border-color: rgb(155,204,221); }
td.TdClassName
{
border-color: #9BCCDD;
}
.TagClassName
{
border-color: #9BCCDD;
}
</style>