Shades of Regent St Blue #93D0DE
Tints of Regent St Blue #93D0DE
RGB
CMYK
RGB Variations
Color information
#93D0DE (or 0x93D0DE) is known color: Regent St Blue. HEX triplet: 93, D0 and DE. RGB value is (147,208,222). Sum of RGB (Red+Green+Blue) = 147+208+222=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #93D0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D0DE is #6C2F21. Grayscale: #BFBFBF. Windows color (decimal): -7089954 or 14602387. OLE color: 14602387.
HSL color Cylindrical-coordinate representation of color #93D0DE: hue angle of 191.2º 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 #93D0DE is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 208 | 222 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.13 |
| HSL | 191.2º | 0.53% | 0.72% | - |
| HSV(B) | 191.2º | 0.34% | 0.87% | - |
| XYZ | 47.77 | 56.59 | 77.51 | - |
| YUV | 191.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 222 | 0.34 | 0.06 | 0 | 0.13 | 191.2 | 0.53 | 0.72 |
| Hex | 93 | D0 | DE | 22 | 6 | 0 | D | BF | 35 | 48 |
| Octal | 223 | 320 | 336 | 42 | 6 | 0 | 15 | 277 | 65 | 110 |
| Binary | 10010011 | 11010000 | 11011110 | 100010 | 110 | 0 | 1101 | 10111111 | 110101 | 1001000 |
Color Harmonies of #93D0DE
Complementary color
Monochromatic Colors of #93D0DE
Black with #93D0DE
Text Example
Text Example
White with #93D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0DE; }
p { color: rgb(147,208,222); }
H1.HeaderClassName
{
color: #93D0DE;
}
.AnyTagClassName
{
color: #93D0DE;
}
</style>
background-color css
<style>
a { background-color: #93D0DE; }
a { background-color: rgb(147,208,222); }
div.DivClassName
{
background-color: #93D0DE;
}
.BgClassName
{
background-color: #93D0DE;
}
</style>
border-color css
<style>
span { border-color: #93D0DE; }
span { border-color: rgb(147,208,222); }
td.TdClassName
{
border-color: #93D0DE;
}
.TagClassName
{
border-color: #93D0DE;
}
</style>