Shades of Regent St Blue #93BEC9
Tints of Regent St Blue #93BEC9
RGB
CMYK
RGB Variations
Color information
#93BEC9 (or 0x93BEC9) is known color: Regent St Blue. HEX triplet: 93, BE and C9. RGB value is (147,190,201). Sum of RGB (Red+Green+Blue) = 147+190+201=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 201 - color contains mainly: blue. Hex color #93BEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEC9 is #6C4136. Grayscale: #B2B2B2. Windows color (decimal): -7094583 or 13221523. OLE color: 13221523.
HSL color Cylindrical-coordinate representation of color #93BEC9: hue angle of 192.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93BEC9 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 190 | 201 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.21 |
| HSL | 192.22º | 0.33% | 0.68% | - |
| HSV(B) | 192.22º | 0.27% | 0.79% | - |
| XYZ | 40.99 | 47.25 | 62.22 | - |
| YUV | 178.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 201 | 0.27 | 0.05 | 0 | 0.21 | 192.22 | 0.33 | 0.68 |
| Hex | 93 | BE | C9 | 1B | 5 | 0 | 15 | C0 | 21 | 44 |
| Octal | 223 | 276 | 311 | 33 | 5 | 0 | 25 | 300 | 41 | 104 |
| Binary | 10010011 | 10111110 | 11001001 | 11011 | 101 | 0 | 10101 | 11000000 | 100001 | 1000100 |
Color Harmonies of #93BEC9
Complementary color
Monochromatic Colors of #93BEC9
Black with #93BEC9
Text Example
Text Example
White with #93BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEC9; }
p { color: rgb(147,190,201); }
H1.HeaderClassName
{
color: #93BEC9;
}
.AnyTagClassName
{
color: #93BEC9;
}
</style>
background-color css
<style>
a { background-color: #93BEC9; }
a { background-color: rgb(147,190,201); }
div.DivClassName
{
background-color: #93BEC9;
}
.BgClassName
{
background-color: #93BEC9;
}
</style>
border-color css
<style>
span { border-color: #93BEC9; }
span { border-color: rgb(147,190,201); }
td.TdClassName
{
border-color: #93BEC9;
}
.TagClassName
{
border-color: #93BEC9;
}
</style>