Shades of Regent St Blue #9BD1DD
Tints of Regent St Blue #9BD1DD
RGB
CMYK
RGB Variations
Color information
#9BD1DD (or 0x9BD1DD) is known color: Regent St Blue. HEX triplet: 9B, D1 and DD. RGB value is (155,209,221). Sum of RGB (Red+Green+Blue) = 155+209+221=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BD1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD1DD is #642E22. Grayscale: #C2C2C2. Windows color (decimal): -6565411 or 14537115. OLE color: 14537115.
HSL color Cylindrical-coordinate representation of color #9BD1DD: hue angle of 190.91º 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 #9BD1DD is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 209 | 221 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.13 |
| HSL | 190.91º | 0.49% | 0.74% | - |
| HSV(B) | 190.91º | 0.3% | 0.87% | - |
| XYZ | 49.37 | 57.79 | 76.96 | - |
| YUV | 194.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 209 | 221 | 0.30 | 0.05 | 0 | 0.13 | 190.91 | 0.49 | 0.74 |
| Hex | 9B | D1 | DD | 1E | 5 | 0 | D | BF | 31 | 4A |
| Octal | 233 | 321 | 335 | 36 | 5 | 0 | 15 | 277 | 61 | 112 |
| Binary | 10011011 | 11010001 | 11011101 | 11110 | 101 | 0 | 1101 | 10111111 | 110001 | 1001010 |
Color Harmonies of #9BD1DD
Complementary color
Monochromatic Colors of #9BD1DD
Black with #9BD1DD
Text Example
Text Example
White with #9BD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD1DD; }
p { color: rgb(155,209,221); }
H1.HeaderClassName
{
color: #9BD1DD;
}
.AnyTagClassName
{
color: #9BD1DD;
}
</style>
background-color css
<style>
a { background-color: #9BD1DD; }
a { background-color: rgb(155,209,221); }
div.DivClassName
{
background-color: #9BD1DD;
}
.BgClassName
{
background-color: #9BD1DD;
}
</style>
border-color css
<style>
span { border-color: #9BD1DD; }
span { border-color: rgb(155,209,221); }
td.TdClassName
{
border-color: #9BD1DD;
}
.TagClassName
{
border-color: #9BD1DD;
}
</style>