Shades of Regent St Blue #9BD0DC
Tints of Regent St Blue #9BD0DC
RGB
CMYK
RGB Variations
Color information
#9BD0DC (or 0x9BD0DC) is known color: Regent St Blue. HEX triplet: 9B, D0 and DC. RGB value is (155,208,220). Sum of RGB (Red+Green+Blue) = 155+208+220=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BD0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD0DC is #642F23. Grayscale: #C1C1C1. Windows color (decimal): -6565668 or 14471323. OLE color: 14471323.
HSL color Cylindrical-coordinate representation of color #9BD0DC: hue angle of 191.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BD0DC is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 208 | 220 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.14 |
| HSL | 191.08º | 0.48% | 0.74% | - |
| HSV(B) | 191.08º | 0.3% | 0.86% | - |
| XYZ | 48.99 | 57.25 | 76.18 | - |
| YUV | 193.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 220 | 0.30 | 0.05 | 0 | 0.14 | 191.08 | 0.48 | 0.74 |
| Hex | 9B | D0 | DC | 1E | 5 | 0 | E | BF | 30 | 4A |
| Octal | 233 | 320 | 334 | 36 | 5 | 0 | 16 | 277 | 60 | 112 |
| Binary | 10011011 | 11010000 | 11011100 | 11110 | 101 | 0 | 1110 | 10111111 | 110000 | 1001010 |
Color Harmonies of #9BD0DC
Complementary color
Monochromatic Colors of #9BD0DC
Black with #9BD0DC
Text Example
Text Example
White with #9BD0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0DC; }
p { color: rgb(155,208,220); }
H1.HeaderClassName
{
color: #9BD0DC;
}
.AnyTagClassName
{
color: #9BD0DC;
}
</style>
background-color css
<style>
a { background-color: #9BD0DC; }
a { background-color: rgb(155,208,220); }
div.DivClassName
{
background-color: #9BD0DC;
}
.BgClassName
{
background-color: #9BD0DC;
}
</style>
border-color css
<style>
span { border-color: #9BD0DC; }
span { border-color: rgb(155,208,220); }
td.TdClassName
{
border-color: #9BD0DC;
}
.TagClassName
{
border-color: #9BD0DC;
}
</style>