Shades of Regent St Blue #9BCDDF
Tints of Regent St Blue #9BCDDF
RGB
CMYK
RGB Variations
Color information
#9BCDDF (or 0x9BCDDF) is known color: Regent St Blue. HEX triplet: 9B, CD and DF. RGB value is (155,205,223). Sum of RGB (Red+Green+Blue) = 155+205+223=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDDF is #643220. Grayscale: #BFBFBF. Windows color (decimal): -6566433 or 14667163. OLE color: 14667163.
HSL color Cylindrical-coordinate representation of color #9BCDDF: hue angle of 195.88º degrees, saturation: 0.52, 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 #9BCDDF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 205 | 223 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.13 |
| HSL | 195.88º | 0.52% | 0.74% | - |
| HSV(B) | 195.88º | 0.3% | 0.87% | - |
| XYZ | 48.67 | 55.96 | 78.05 | - |
| YUV | 192.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 223 | 0.30 | 0.08 | 0 | 0.13 | 195.88 | 0.52 | 0.74 |
| Hex | 9B | CD | DF | 1E | 8 | 0 | D | C4 | 34 | 4A |
| Octal | 233 | 315 | 337 | 36 | 10 | 0 | 15 | 304 | 64 | 112 |
| Binary | 10011011 | 11001101 | 11011111 | 11110 | 1000 | 0 | 1101 | 11000100 | 110100 | 1001010 |
Color Harmonies of #9BCDDF
Complementary color
Monochromatic Colors of #9BCDDF
Black with #9BCDDF
Text Example
Text Example
White with #9BCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDDF; }
p { color: rgb(155,205,223); }
H1.HeaderClassName
{
color: #9BCDDF;
}
.AnyTagClassName
{
color: #9BCDDF;
}
</style>
background-color css
<style>
a { background-color: #9BCDDF; }
a { background-color: rgb(155,205,223); }
div.DivClassName
{
background-color: #9BCDDF;
}
.BgClassName
{
background-color: #9BCDDF;
}
</style>
border-color css
<style>
span { border-color: #9BCDDF; }
span { border-color: rgb(155,205,223); }
td.TdClassName
{
border-color: #9BCDDF;
}
.TagClassName
{
border-color: #9BCDDF;
}
</style>