Shades of Regent St Blue #9BD3DD
Tints of Regent St Blue #9BD3DD
RGB
CMYK
RGB Variations
Color information
#9BD3DD (or 0x9BD3DD) is known color: Regent St Blue. HEX triplet: 9B, D3 and DD. RGB value is (155,211,221). Sum of RGB (Red+Green+Blue) = 155+211+221=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BD3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD3DD is #642C22. Grayscale: #C3C3C3. Windows color (decimal): -6564899 or 14537627. OLE color: 14537627.
HSL color Cylindrical-coordinate representation of color #9BD3DD: hue angle of 189.09º 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 #9BD3DD is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 211 | 221 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.13 |
| HSL | 189.09º | 0.49% | 0.74% | - |
| HSV(B) | 189.09º | 0.3% | 0.87% | - |
| XYZ | 49.86 | 58.78 | 77.12 | - |
| YUV | 195.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 221 | 0.30 | 0.05 | 0 | 0.13 | 189.09 | 0.49 | 0.74 |
| Hex | 9B | D3 | DD | 1E | 5 | 0 | D | BD | 31 | 4A |
| Octal | 233 | 323 | 335 | 36 | 5 | 0 | 15 | 275 | 61 | 112 |
| Binary | 10011011 | 11010011 | 11011101 | 11110 | 101 | 0 | 1101 | 10111101 | 110001 | 1001010 |
Color Harmonies of #9BD3DD
Complementary color
Monochromatic Colors of #9BD3DD
Black with #9BD3DD
Text Example
Text Example
White with #9BD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD3DD; }
p { color: rgb(155,211,221); }
H1.HeaderClassName
{
color: #9BD3DD;
}
.AnyTagClassName
{
color: #9BD3DD;
}
</style>
background-color css
<style>
a { background-color: #9BD3DD; }
a { background-color: rgb(155,211,221); }
div.DivClassName
{
background-color: #9BD3DD;
}
.BgClassName
{
background-color: #9BD3DD;
}
</style>
border-color css
<style>
span { border-color: #9BD3DD; }
span { border-color: rgb(155,211,221); }
td.TdClassName
{
border-color: #9BD3DD;
}
.TagClassName
{
border-color: #9BD3DD;
}
</style>