Shades of Regent St Blue #9BD4DD
Tints of Regent St Blue #9BD4DD
RGB
CMYK
RGB Variations
Color information
#9BD4DD (or 0x9BD4DD) is known color: Regent St Blue. HEX triplet: 9B, D4 and DD. RGB value is (155,212,221). Sum of RGB (Red+Green+Blue) = 155+212+221=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BD4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD4DD is #642B22. Grayscale: #C3C3C3. Windows color (decimal): -6564643 or 14537883. OLE color: 14537883.
HSL color Cylindrical-coordinate representation of color #9BD4DD: hue angle of 188.18º 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 #9BD4DD is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 212 | 221 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.13 |
| HSL | 188.18º | 0.49% | 0.74% | - |
| HSV(B) | 188.18º | 0.3% | 0.87% | - |
| XYZ | 50.11 | 59.28 | 77.21 | - |
| YUV | 195.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 221 | 0.30 | 0.04 | 0 | 0.13 | 188.18 | 0.49 | 0.74 |
| Hex | 9B | D4 | DD | 1E | 4 | 0 | D | BC | 31 | 4A |
| Octal | 233 | 324 | 335 | 36 | 4 | 0 | 15 | 274 | 61 | 112 |
| Binary | 10011011 | 11010100 | 11011101 | 11110 | 100 | 0 | 1101 | 10111100 | 110001 | 1001010 |
Color Harmonies of #9BD4DD
Complementary color
Monochromatic Colors of #9BD4DD
Black with #9BD4DD
Text Example
Text Example
White with #9BD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD4DD; }
p { color: rgb(155,212,221); }
H1.HeaderClassName
{
color: #9BD4DD;
}
.AnyTagClassName
{
color: #9BD4DD;
}
</style>
background-color css
<style>
a { background-color: #9BD4DD; }
a { background-color: rgb(155,212,221); }
div.DivClassName
{
background-color: #9BD4DD;
}
.BgClassName
{
background-color: #9BD4DD;
}
</style>
border-color css
<style>
span { border-color: #9BD4DD; }
span { border-color: rgb(155,212,221); }
td.TdClassName
{
border-color: #9BD4DD;
}
.TagClassName
{
border-color: #9BD4DD;
}
</style>