Shades of Regent St Blue #9BD5DD
Tints of Regent St Blue #9BD5DD
RGB
CMYK
RGB Variations
Color information
#9BD5DD (or 0x9BD5DD) is known color: Regent St Blue. HEX triplet: 9B, D5 and DD. RGB value is (155,213,221). Sum of RGB (Red+Green+Blue) = 155+213+221=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BD5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD5DD is #642A22. Grayscale: #C4C4C4. Windows color (decimal): -6564387 or 14538139. OLE color: 14538139.
HSL color Cylindrical-coordinate representation of color #9BD5DD: hue angle of 187.27º degrees, saturation: 0.49, 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 #9BD5DD is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 213 | 221 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.13 |
| HSL | 187.27º | 0.49% | 0.74% | - |
| HSV(B) | 187.27º | 0.3% | 0.87% | - |
| XYZ | 50.36 | 59.78 | 77.29 | - |
| YUV | 196.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 221 | 0.30 | 0.04 | 0 | 0.13 | 187.27 | 0.49 | 0.74 |
| Hex | 9B | D5 | DD | 1E | 4 | 0 | D | BB | 31 | 4A |
| Octal | 233 | 325 | 335 | 36 | 4 | 0 | 15 | 273 | 61 | 112 |
| Binary | 10011011 | 11010101 | 11011101 | 11110 | 100 | 0 | 1101 | 10111011 | 110001 | 1001010 |
Color Harmonies of #9BD5DD
Complementary color
Monochromatic Colors of #9BD5DD
Black with #9BD5DD
Text Example
Text Example
White with #9BD5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD5DD; }
p { color: rgb(155,213,221); }
H1.HeaderClassName
{
color: #9BD5DD;
}
.AnyTagClassName
{
color: #9BD5DD;
}
</style>
background-color css
<style>
a { background-color: #9BD5DD; }
a { background-color: rgb(155,213,221); }
div.DivClassName
{
background-color: #9BD5DD;
}
.BgClassName
{
background-color: #9BD5DD;
}
</style>
border-color css
<style>
span { border-color: #9BD5DD; }
span { border-color: rgb(155,213,221); }
td.TdClassName
{
border-color: #9BD5DD;
}
.TagClassName
{
border-color: #9BD5DD;
}
</style>