Shades of Regent St Blue #9BC3DB
Tints of Regent St Blue #9BC3DB
RGB
CMYK
RGB Variations
Color information
#9BC3DB (or 0x9BC3DB) is known color: Regent St Blue. HEX triplet: 9B, C3 and DB. RGB value is (155,195,219). Sum of RGB (Red+Green+Blue) = 155+195+219=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3DB is #643C24. Grayscale: #B9B9B9. Windows color (decimal): -6568997 or 14402459. OLE color: 14402459.
HSL color Cylindrical-coordinate representation of color #9BC3DB: hue angle of 202.5º 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 #9BC3DB is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 195 | 219 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.14 |
| HSL | 202.5º | 0.47% | 0.73% | - |
| HSV(B) | 202.5º | 0.29% | 0.86% | - |
| XYZ | 45.82 | 51.11 | 74.47 | - |
| YUV | 185.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 219 | 0.29 | 0.11 | 0 | 0.14 | 202.5 | 0.47 | 0.73 |
| Hex | 9B | C3 | DB | 1D | B | 0 | E | CA | 2F | 49 |
| Octal | 233 | 303 | 333 | 35 | 13 | 0 | 16 | 312 | 57 | 111 |
| Binary | 10011011 | 11000011 | 11011011 | 11101 | 1011 | 0 | 1110 | 11001010 | 101111 | 1001001 |
Color Harmonies of #9BC3DB
Complementary color
Monochromatic Colors of #9BC3DB
Black with #9BC3DB
Text Example
Text Example
White with #9BC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC3DB; }
p { color: rgb(155,195,219); }
H1.HeaderClassName
{
color: #9BC3DB;
}
.AnyTagClassName
{
color: #9BC3DB;
}
</style>
background-color css
<style>
a { background-color: #9BC3DB; }
a { background-color: rgb(155,195,219); }
div.DivClassName
{
background-color: #9BC3DB;
}
.BgClassName
{
background-color: #9BC3DB;
}
</style>
border-color css
<style>
span { border-color: #9BC3DB; }
span { border-color: rgb(155,195,219); }
td.TdClassName
{
border-color: #9BC3DB;
}
.TagClassName
{
border-color: #9BC3DB;
}
</style>