Shades of Regent St Blue #9FD3DB
Tints of Regent St Blue #9FD3DB
RGB
CMYK
RGB Variations
Color information
#9FD3DB (or 0x9FD3DB) is known color: Regent St Blue. HEX triplet: 9F, D3 and DB. RGB value is (159,211,219). Sum of RGB (Red+Green+Blue) = 159+211+219=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FD3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD3DB is #602C24. Grayscale: #C4C4C4. Windows color (decimal): -6302757 or 14406559. OLE color: 14406559.
HSL color Cylindrical-coordinate representation of color #9FD3DB: hue angle of 188º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FD3DB is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 211 | 219 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.14 |
| HSL | 188º | 0.45% | 0.74% | - |
| HSV(B) | 188º | 0.27% | 0.86% | - |
| XYZ | 50.38 | 59.07 | 75.77 | - |
| YUV | 196.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 219 | 0.27 | 0.04 | 0 | 0.14 | 188 | 0.45 | 0.74 |
| Hex | 9F | D3 | DB | 1B | 4 | 0 | E | BC | 2D | 4A |
| Octal | 237 | 323 | 333 | 33 | 4 | 0 | 16 | 274 | 55 | 112 |
| Binary | 10011111 | 11010011 | 11011011 | 11011 | 100 | 0 | 1110 | 10111100 | 101101 | 1001010 |
Color Harmonies of #9FD3DB
Complementary color
Monochromatic Colors of #9FD3DB
Black with #9FD3DB
Text Example
Text Example
White with #9FD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3DB; }
p { color: rgb(159,211,219); }
H1.HeaderClassName
{
color: #9FD3DB;
}
.AnyTagClassName
{
color: #9FD3DB;
}
</style>
background-color css
<style>
a { background-color: #9FD3DB; }
a { background-color: rgb(159,211,219); }
div.DivClassName
{
background-color: #9FD3DB;
}
.BgClassName
{
background-color: #9FD3DB;
}
</style>
border-color css
<style>
span { border-color: #9FD3DB; }
span { border-color: rgb(159,211,219); }
td.TdClassName
{
border-color: #9FD3DB;
}
.TagClassName
{
border-color: #9FD3DB;
}
</style>