Shades of Regent St Blue #9BC2DB
Tints of Regent St Blue #9BC2DB
RGB
CMYK
RGB Variations
Color information
#9BC2DB (or 0x9BC2DB) is known color: Regent St Blue. HEX triplet: 9B, C2 and DB. RGB value is (155,194,219). Sum of RGB (Red+Green+Blue) = 155+194+219=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BC2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2DB is #643D24. Grayscale: #B9B9B9. Windows color (decimal): -6569253 or 14402203. OLE color: 14402203.
HSL color Cylindrical-coordinate representation of color #9BC2DB: hue angle of 203.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 #9BC2DB is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 194 | 219 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.14 |
| HSL | 203.44º | 0.47% | 0.73% | - |
| HSV(B) | 203.44º | 0.29% | 0.86% | - |
| XYZ | 45.6 | 50.67 | 74.39 | - |
| YUV | 185.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 219 | 0.29 | 0.11 | 0 | 0.14 | 203.44 | 0.47 | 0.73 |
| Hex | 9B | C2 | DB | 1D | B | 0 | E | CB | 2F | 49 |
| Octal | 233 | 302 | 333 | 35 | 13 | 0 | 16 | 313 | 57 | 111 |
| Binary | 10011011 | 11000010 | 11011011 | 11101 | 1011 | 0 | 1110 | 11001011 | 101111 | 1001001 |
Color Harmonies of #9BC2DB
Complementary color
Monochromatic Colors of #9BC2DB
Black with #9BC2DB
Text Example
Text Example
White with #9BC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC2DB; }
p { color: rgb(155,194,219); }
H1.HeaderClassName
{
color: #9BC2DB;
}
.AnyTagClassName
{
color: #9BC2DB;
}
</style>
background-color css
<style>
a { background-color: #9BC2DB; }
a { background-color: rgb(155,194,219); }
div.DivClassName
{
background-color: #9BC2DB;
}
.BgClassName
{
background-color: #9BC2DB;
}
</style>
border-color css
<style>
span { border-color: #9BC2DB; }
span { border-color: rgb(155,194,219); }
td.TdClassName
{
border-color: #9BC2DB;
}
.TagClassName
{
border-color: #9BC2DB;
}
</style>