Shades of Regent St Blue #9BD0DF
Tints of Regent St Blue #9BD0DF
RGB
CMYK
RGB Variations
Color information
#9BD0DF (or 0x9BD0DF) is known color: Regent St Blue. HEX triplet: 9B, D0 and DF. RGB value is (155,208,223). Sum of RGB (Red+Green+Blue) = 155+208+223=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BD0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD0DF is #642F20. Grayscale: #C1C1C1. Windows color (decimal): -6565665 or 14667931. OLE color: 14667931.
HSL color Cylindrical-coordinate representation of color #9BD0DF: hue angle of 193.24º degrees, saturation: 0.52, 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 #9BD0DF is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 208 | 223 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.13 |
| HSL | 193.24º | 0.52% | 0.74% | - |
| HSV(B) | 193.24º | 0.3% | 0.87% | - |
| XYZ | 49.39 | 57.41 | 78.29 | - |
| YUV | 193.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 223 | 0.30 | 0.07 | 0 | 0.13 | 193.24 | 0.52 | 0.74 |
| Hex | 9B | D0 | DF | 1E | 7 | 0 | D | C1 | 34 | 4A |
| Octal | 233 | 320 | 337 | 36 | 7 | 0 | 15 | 301 | 64 | 112 |
| Binary | 10011011 | 11010000 | 11011111 | 11110 | 111 | 0 | 1101 | 11000001 | 110100 | 1001010 |
Color Harmonies of #9BD0DF
Complementary color
Monochromatic Colors of #9BD0DF
Black with #9BD0DF
Text Example
Text Example
White with #9BD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0DF; }
p { color: rgb(155,208,223); }
H1.HeaderClassName
{
color: #9BD0DF;
}
.AnyTagClassName
{
color: #9BD0DF;
}
</style>
background-color css
<style>
a { background-color: #9BD0DF; }
a { background-color: rgb(155,208,223); }
div.DivClassName
{
background-color: #9BD0DF;
}
.BgClassName
{
background-color: #9BD0DF;
}
</style>
border-color css
<style>
span { border-color: #9BD0DF; }
span { border-color: rgb(155,208,223); }
td.TdClassName
{
border-color: #9BD0DF;
}
.TagClassName
{
border-color: #9BD0DF;
}
</style>