Shades of Regent St Blue #9BC8DC
Tints of Regent St Blue #9BC8DC
RGB
CMYK
RGB Variations
Color information
#9BC8DC (or 0x9BC8DC) is known color: Regent St Blue. HEX triplet: 9B, C8 and DC. RGB value is (155,200,220). Sum of RGB (Red+Green+Blue) = 155+200+220=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BC8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC8DC is #643723. Grayscale: #BCBCBC. Windows color (decimal): -6567716 or 14469275. OLE color: 14469275.
HSL color Cylindrical-coordinate representation of color #9BC8DC: hue angle of 198.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC8DC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 200 | 220 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.14 |
| HSL | 198.46º | 0.48% | 0.74% | - |
| HSV(B) | 198.46º | 0.3% | 0.86% | - |
| XYZ | 47.09 | 53.44 | 75.54 | - |
| YUV | 188.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 220 | 0.30 | 0.09 | 0 | 0.14 | 198.46 | 0.48 | 0.74 |
| Hex | 9B | C8 | DC | 1E | 9 | 0 | E | C6 | 30 | 4A |
| Octal | 233 | 310 | 334 | 36 | 11 | 0 | 16 | 306 | 60 | 112 |
| Binary | 10011011 | 11001000 | 11011100 | 11110 | 1001 | 0 | 1110 | 11000110 | 110000 | 1001010 |
Color Harmonies of #9BC8DC
Complementary color
Monochromatic Colors of #9BC8DC
Black with #9BC8DC
Text Example
Text Example
White with #9BC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC8DC; }
p { color: rgb(155,200,220); }
H1.HeaderClassName
{
color: #9BC8DC;
}
.AnyTagClassName
{
color: #9BC8DC;
}
</style>
background-color css
<style>
a { background-color: #9BC8DC; }
a { background-color: rgb(155,200,220); }
div.DivClassName
{
background-color: #9BC8DC;
}
.BgClassName
{
background-color: #9BC8DC;
}
</style>
border-color css
<style>
span { border-color: #9BC8DC; }
span { border-color: rgb(155,200,220); }
td.TdClassName
{
border-color: #9BC8DC;
}
.TagClassName
{
border-color: #9BC8DC;
}
</style>