Shades of Regent St Blue #9BC8DB
Tints of Regent St Blue #9BC8DB
RGB
CMYK
RGB Variations
Color information
#9BC8DB (or 0x9BC8DB) is known color: Regent St Blue. HEX triplet: 9B, C8 and DB. RGB value is (155,200,219). Sum of RGB (Red+Green+Blue) = 155+200+219=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BC8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC8DB is #643724. Grayscale: #BCBCBC. Windows color (decimal): -6567717 or 14403739. OLE color: 14403739.
HSL color Cylindrical-coordinate representation of color #9BC8DB: hue angle of 197.81º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BC8DB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 200 | 219 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.14 |
| HSL | 197.81º | 0.47% | 0.73% | - |
| HSV(B) | 197.81º | 0.29% | 0.86% | - |
| XYZ | 46.96 | 53.39 | 74.85 | - |
| YUV | 188.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 219 | 0.29 | 0.09 | 0 | 0.14 | 197.81 | 0.47 | 0.73 |
| Hex | 9B | C8 | DB | 1D | 9 | 0 | E | C6 | 2F | 49 |
| Octal | 233 | 310 | 333 | 35 | 11 | 0 | 16 | 306 | 57 | 111 |
| Binary | 10011011 | 11001000 | 11011011 | 11101 | 1001 | 0 | 1110 | 11000110 | 101111 | 1001001 |
Color Harmonies of #9BC8DB
Complementary color
Monochromatic Colors of #9BC8DB
Black with #9BC8DB
Text Example
Text Example
White with #9BC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC8DB; }
p { color: rgb(155,200,219); }
H1.HeaderClassName
{
color: #9BC8DB;
}
.AnyTagClassName
{
color: #9BC8DB;
}
</style>
background-color css
<style>
a { background-color: #9BC8DB; }
a { background-color: rgb(155,200,219); }
div.DivClassName
{
background-color: #9BC8DB;
}
.BgClassName
{
background-color: #9BC8DB;
}
</style>
border-color css
<style>
span { border-color: #9BC8DB; }
span { border-color: rgb(155,200,219); }
td.TdClassName
{
border-color: #9BC8DB;
}
.TagClassName
{
border-color: #9BC8DB;
}
</style>