Shades of Regent St Blue #9BD2DB
Tints of Regent St Blue #9BD2DB
RGB
CMYK
RGB Variations
Color information
#9BD2DB (or 0x9BD2DB) is known color: Regent St Blue. HEX triplet: 9B, D2 and DB. RGB value is (155,210,219). Sum of RGB (Red+Green+Blue) = 155+210+219=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD2DB is #642D24. Grayscale: #C2C2C2. Windows color (decimal): -6565157 or 14406299. OLE color: 14406299.
HSL color Cylindrical-coordinate representation of color #9BD2DB: hue angle of 188.44º 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 #9BD2DB is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 210 | 219 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.14 |
| HSL | 188.44º | 0.47% | 0.73% | - |
| HSV(B) | 188.44º | 0.29% | 0.86% | - |
| XYZ | 49.35 | 58.18 | 75.65 | - |
| YUV | 194.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 219 | 0.29 | 0.04 | 0 | 0.14 | 188.44 | 0.47 | 0.73 |
| Hex | 9B | D2 | DB | 1D | 4 | 0 | E | BC | 2F | 49 |
| Octal | 233 | 322 | 333 | 35 | 4 | 0 | 16 | 274 | 57 | 111 |
| Binary | 10011011 | 11010010 | 11011011 | 11101 | 100 | 0 | 1110 | 10111100 | 101111 | 1001001 |
Color Harmonies of #9BD2DB
Complementary color
Monochromatic Colors of #9BD2DB
Black with #9BD2DB
Text Example
Text Example
White with #9BD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD2DB; }
p { color: rgb(155,210,219); }
H1.HeaderClassName
{
color: #9BD2DB;
}
.AnyTagClassName
{
color: #9BD2DB;
}
</style>
background-color css
<style>
a { background-color: #9BD2DB; }
a { background-color: rgb(155,210,219); }
div.DivClassName
{
background-color: #9BD2DB;
}
.BgClassName
{
background-color: #9BD2DB;
}
</style>
border-color css
<style>
span { border-color: #9BD2DB; }
span { border-color: rgb(155,210,219); }
td.TdClassName
{
border-color: #9BD2DB;
}
.TagClassName
{
border-color: #9BD2DB;
}
</style>