Shades of Regent St Blue #9BCEDB
Tints of Regent St Blue #9BCEDB
RGB
CMYK
RGB Variations
Color information
#9BCEDB (or 0x9BCEDB) is known color: Regent St Blue. HEX triplet: 9B, CE and DB. RGB value is (155,206,219). Sum of RGB (Red+Green+Blue) = 155+206+219=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEDB is #643124. Grayscale: #C0C0C0. Windows color (decimal): -6566181 or 14405275. OLE color: 14405275.
HSL color Cylindrical-coordinate representation of color #9BCEDB: hue angle of 192.19º 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 #9BCEDB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 206 | 219 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.14 |
| HSL | 192.19º | 0.47% | 0.73% | - |
| HSV(B) | 192.19º | 0.29% | 0.86% | - |
| XYZ | 48.38 | 56.23 | 75.32 | - |
| YUV | 192.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 219 | 0.29 | 0.06 | 0 | 0.14 | 192.19 | 0.47 | 0.73 |
| Hex | 9B | CE | DB | 1D | 6 | 0 | E | C0 | 2F | 49 |
| Octal | 233 | 316 | 333 | 35 | 6 | 0 | 16 | 300 | 57 | 111 |
| Binary | 10011011 | 11001110 | 11011011 | 11101 | 110 | 0 | 1110 | 11000000 | 101111 | 1001001 |
Color Harmonies of #9BCEDB
Complementary color
Monochromatic Colors of #9BCEDB
Black with #9BCEDB
Text Example
Text Example
White with #9BCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEDB; }
p { color: rgb(155,206,219); }
H1.HeaderClassName
{
color: #9BCEDB;
}
.AnyTagClassName
{
color: #9BCEDB;
}
</style>
background-color css
<style>
a { background-color: #9BCEDB; }
a { background-color: rgb(155,206,219); }
div.DivClassName
{
background-color: #9BCEDB;
}
.BgClassName
{
background-color: #9BCEDB;
}
</style>
border-color css
<style>
span { border-color: #9BCEDB; }
span { border-color: rgb(155,206,219); }
td.TdClassName
{
border-color: #9BCEDB;
}
.TagClassName
{
border-color: #9BCEDB;
}
</style>