Shades of Regent St Blue #93C5D6
Tints of Regent St Blue #93C5D6
RGB
CMYK
RGB Variations
Color information
#93C5D6 (or 0x93C5D6) is known color: Regent St Blue. HEX triplet: 93, C5 and D6. RGB value is (147,197,214). Sum of RGB (Red+Green+Blue) = 147+197+214=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #93C5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C5D6 is #6C3A29. Grayscale: #B7B7B7. Windows color (decimal): -7092778 or 14075283. OLE color: 14075283.
HSL color Cylindrical-coordinate representation of color #93C5D6: hue angle of 195.22º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93C5D6 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 197 | 214 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.16 |
| HSL | 195.22º | 0.45% | 0.71% | - |
| HSV(B) | 195.22º | 0.31% | 0.84% | - |
| XYZ | 44.14 | 50.99 | 71.13 | - |
| YUV | 183.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 214 | 0.31 | 0.08 | 0 | 0.16 | 195.22 | 0.45 | 0.71 |
| Hex | 93 | C5 | D6 | 1F | 8 | 0 | 10 | C3 | 2D | 47 |
| Octal | 223 | 305 | 326 | 37 | 10 | 0 | 20 | 303 | 55 | 107 |
| Binary | 10010011 | 11000101 | 11010110 | 11111 | 1000 | 0 | 10000 | 11000011 | 101101 | 1000111 |
Color Harmonies of #93C5D6
Complementary color
Monochromatic Colors of #93C5D6
Black with #93C5D6
Text Example
Text Example
White with #93C5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C5D6; }
p { color: rgb(147,197,214); }
H1.HeaderClassName
{
color: #93C5D6;
}
.AnyTagClassName
{
color: #93C5D6;
}
</style>
background-color css
<style>
a { background-color: #93C5D6; }
a { background-color: rgb(147,197,214); }
div.DivClassName
{
background-color: #93C5D6;
}
.BgClassName
{
background-color: #93C5D6;
}
</style>
border-color css
<style>
span { border-color: #93C5D6; }
span { border-color: rgb(147,197,214); }
td.TdClassName
{
border-color: #93C5D6;
}
.TagClassName
{
border-color: #93C5D6;
}
</style>