Shades of Regent St Blue #93BDC9
Tints of Regent St Blue #93BDC9
RGB
CMYK
RGB Variations
Color information
#93BDC9 (or 0x93BDC9) is known color: Regent St Blue. HEX triplet: 93, BD and C9. RGB value is (147,189,201). Sum of RGB (Red+Green+Blue) = 147+189+201=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #93BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDC9 is #6C4236. Grayscale: #B1B1B1. Windows color (decimal): -7094839 or 13221267. OLE color: 13221267.
HSL color Cylindrical-coordinate representation of color #93BDC9: hue angle of 193.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93BDC9 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 189 | 201 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.21 |
| HSL | 193.33º | 0.33% | 0.68% | - |
| HSV(B) | 193.33º | 0.27% | 0.79% | - |
| XYZ | 40.77 | 46.82 | 62.15 | - |
| YUV | 177.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 201 | 0.27 | 0.06 | 0 | 0.21 | 193.33 | 0.33 | 0.68 |
| Hex | 93 | BD | C9 | 1B | 6 | 0 | 15 | C1 | 21 | 44 |
| Octal | 223 | 275 | 311 | 33 | 6 | 0 | 25 | 301 | 41 | 104 |
| Binary | 10010011 | 10111101 | 11001001 | 11011 | 110 | 0 | 10101 | 11000001 | 100001 | 1000100 |
Color Harmonies of #93BDC9
Complementary color
Monochromatic Colors of #93BDC9
Black with #93BDC9
Text Example
Text Example
White with #93BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDC9; }
p { color: rgb(147,189,201); }
H1.HeaderClassName
{
color: #93BDC9;
}
.AnyTagClassName
{
color: #93BDC9;
}
</style>
background-color css
<style>
a { background-color: #93BDC9; }
a { background-color: rgb(147,189,201); }
div.DivClassName
{
background-color: #93BDC9;
}
.BgClassName
{
background-color: #93BDC9;
}
</style>
border-color css
<style>
span { border-color: #93BDC9; }
span { border-color: rgb(147,189,201); }
td.TdClassName
{
border-color: #93BDC9;
}
.TagClassName
{
border-color: #93BDC9;
}
</style>