Shades of Regent St Blue #93D4DE
Tints of Regent St Blue #93D4DE
RGB
CMYK
RGB Variations
Color information
#93D4DE (or 0x93D4DE) is known color: Regent St Blue. HEX triplet: 93, D4 and DE. RGB value is (147,212,222). Sum of RGB (Red+Green+Blue) = 147+212+222=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #93D4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4DE is #6C2B21. Grayscale: #C1C1C1. Windows color (decimal): -7088930 or 14603411. OLE color: 14603411.
HSL color Cylindrical-coordinate representation of color #93D4DE: hue angle of 188º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93D4DE is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 212 | 222 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.13 |
| HSL | 188º | 0.53% | 0.72% | - |
| HSV(B) | 188º | 0.34% | 0.87% | - |
| XYZ | 48.76 | 58.56 | 77.84 | - |
| YUV | 193.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 222 | 0.34 | 0.05 | 0 | 0.13 | 188 | 0.53 | 0.72 |
| Hex | 93 | D4 | DE | 22 | 5 | 0 | D | BC | 35 | 48 |
| Octal | 223 | 324 | 336 | 42 | 5 | 0 | 15 | 274 | 65 | 110 |
| Binary | 10010011 | 11010100 | 11011110 | 100010 | 101 | 0 | 1101 | 10111100 | 110101 | 1001000 |
Color Harmonies of #93D4DE
Complementary color
Monochromatic Colors of #93D4DE
Black with #93D4DE
Text Example
Text Example
White with #93D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D4DE; }
p { color: rgb(147,212,222); }
H1.HeaderClassName
{
color: #93D4DE;
}
.AnyTagClassName
{
color: #93D4DE;
}
</style>
background-color css
<style>
a { background-color: #93D4DE; }
a { background-color: rgb(147,212,222); }
div.DivClassName
{
background-color: #93D4DE;
}
.BgClassName
{
background-color: #93D4DE;
}
</style>
border-color css
<style>
span { border-color: #93D4DE; }
span { border-color: rgb(147,212,222); }
td.TdClassName
{
border-color: #93D4DE;
}
.TagClassName
{
border-color: #93D4DE;
}
</style>