Shades of Regent St Blue #93C4D9
Tints of Regent St Blue #93C4D9
RGB
CMYK
RGB Variations
Color information
#93C4D9 (or 0x93C4D9) is known color: Regent St Blue. HEX triplet: 93, C4 and D9. RGB value is (147,196,217). Sum of RGB (Red+Green+Blue) = 147+196+217=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #93C4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C4D9 is #6C3B26. Grayscale: #B7B7B7. Windows color (decimal): -7093031 or 14271635. OLE color: 14271635.
HSL color Cylindrical-coordinate representation of color #93C4D9: hue angle of 198º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93C4D9 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 196 | 217 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.15 |
| HSL | 198º | 0.48% | 0.71% | - |
| HSV(B) | 198º | 0.32% | 0.85% | - |
| XYZ | 44.3 | 50.69 | 73.1 | - |
| YUV | 183.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 196 | 217 | 0.32 | 0.10 | 0 | 0.15 | 198 | 0.48 | 0.71 |
| Hex | 93 | C4 | D9 | 20 | A | 0 | F | C6 | 30 | 47 |
| Octal | 223 | 304 | 331 | 40 | 12 | 0 | 17 | 306 | 60 | 107 |
| Binary | 10010011 | 11000100 | 11011001 | 100000 | 1010 | 0 | 1111 | 11000110 | 110000 | 1000111 |
Color Harmonies of #93C4D9
Complementary color
Monochromatic Colors of #93C4D9
Black with #93C4D9
Text Example
Text Example
White with #93C4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C4D9; }
p { color: rgb(147,196,217); }
H1.HeaderClassName
{
color: #93C4D9;
}
.AnyTagClassName
{
color: #93C4D9;
}
</style>
background-color css
<style>
a { background-color: #93C4D9; }
a { background-color: rgb(147,196,217); }
div.DivClassName
{
background-color: #93C4D9;
}
.BgClassName
{
background-color: #93C4D9;
}
</style>
border-color css
<style>
span { border-color: #93C4D9; }
span { border-color: rgb(147,196,217); }
td.TdClassName
{
border-color: #93C4D9;
}
.TagClassName
{
border-color: #93C4D9;
}
</style>