Shades of Regent St Blue #93D0DF
Tints of Regent St Blue #93D0DF
RGB
CMYK
RGB Variations
Color information
#93D0DF (or 0x93D0DF) is known color: Regent St Blue. HEX triplet: 93, D0 and DF. RGB value is (147,208,223). Sum of RGB (Red+Green+Blue) = 147+208+223=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #93D0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D0DF is #6C2F20. Grayscale: #BFBFBF. Windows color (decimal): -7089953 or 14667923. OLE color: 14667923.
HSL color Cylindrical-coordinate representation of color #93D0DF: hue angle of 191.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93D0DF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 208 | 223 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.13 |
| HSL | 191.84º | 0.54% | 0.73% | - |
| HSV(B) | 191.84º | 0.34% | 0.87% | - |
| XYZ | 47.91 | 56.64 | 78.22 | - |
| YUV | 191.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 223 | 0.34 | 0.07 | 0 | 0.13 | 191.84 | 0.54 | 0.73 |
| Hex | 93 | D0 | DF | 22 | 7 | 0 | D | C0 | 36 | 49 |
| Octal | 223 | 320 | 337 | 42 | 7 | 0 | 15 | 300 | 66 | 111 |
| Binary | 10010011 | 11010000 | 11011111 | 100010 | 111 | 0 | 1101 | 11000000 | 110110 | 1001001 |
Color Harmonies of #93D0DF
Complementary color
Monochromatic Colors of #93D0DF
Black with #93D0DF
Text Example
Text Example
White with #93D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0DF; }
p { color: rgb(147,208,223); }
H1.HeaderClassName
{
color: #93D0DF;
}
.AnyTagClassName
{
color: #93D0DF;
}
</style>
background-color css
<style>
a { background-color: #93D0DF; }
a { background-color: rgb(147,208,223); }
div.DivClassName
{
background-color: #93D0DF;
}
.BgClassName
{
background-color: #93D0DF;
}
</style>
border-color css
<style>
span { border-color: #93D0DF; }
span { border-color: rgb(147,208,223); }
td.TdClassName
{
border-color: #93D0DF;
}
.TagClassName
{
border-color: #93D0DF;
}
</style>