Shades of Regent St Blue #9BCDDE
Tints of Regent St Blue #9BCDDE
RGB
CMYK
RGB Variations
Color information
#9BCDDE (or 0x9BCDDE) is known color: Regent St Blue. HEX triplet: 9B, CD and DE. RGB value is (155,205,222). Sum of RGB (Red+Green+Blue) = 155+205+222=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDDE is #643221. Grayscale: #BFBFBF. Windows color (decimal): -6566434 or 14601627. OLE color: 14601627.
HSL color Cylindrical-coordinate representation of color #9BCDDE: hue angle of 195.22º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BCDDE is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 205 | 222 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.13 |
| HSL | 195.22º | 0.5% | 0.74% | - |
| HSV(B) | 195.22º | 0.3% | 0.87% | - |
| XYZ | 48.53 | 55.91 | 77.34 | - |
| YUV | 191.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 222 | 0.30 | 0.08 | 0 | 0.13 | 195.22 | 0.5 | 0.74 |
| Hex | 9B | CD | DE | 1E | 8 | 0 | D | C3 | 32 | 4A |
| Octal | 233 | 315 | 336 | 36 | 10 | 0 | 15 | 303 | 62 | 112 |
| Binary | 10011011 | 11001101 | 11011110 | 11110 | 1000 | 0 | 1101 | 11000011 | 110010 | 1001010 |
Color Harmonies of #9BCDDE
Complementary color
Monochromatic Colors of #9BCDDE
Black with #9BCDDE
Text Example
Text Example
White with #9BCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDDE; }
p { color: rgb(155,205,222); }
H1.HeaderClassName
{
color: #9BCDDE;
}
.AnyTagClassName
{
color: #9BCDDE;
}
</style>
background-color css
<style>
a { background-color: #9BCDDE; }
a { background-color: rgb(155,205,222); }
div.DivClassName
{
background-color: #9BCDDE;
}
.BgClassName
{
background-color: #9BCDDE;
}
</style>
border-color css
<style>
span { border-color: #9BCDDE; }
span { border-color: rgb(155,205,222); }
td.TdClassName
{
border-color: #9BCDDE;
}
.TagClassName
{
border-color: #9BCDDE;
}
</style>