Shades of Regent St Blue #93BCCE
Tints of Regent St Blue #93BCCE
RGB
CMYK
RGB Variations
Color information
#93BCCE (or 0x93BCCE) is known color: Regent St Blue. HEX triplet: 93, BC and CE. RGB value is (147,188,206). Sum of RGB (Red+Green+Blue) = 147+188+206=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #93BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCCE is #6C4331. Grayscale: #B1B1B1. Windows color (decimal): -7095090 or 13548691. OLE color: 13548691.
HSL color Cylindrical-coordinate representation of color #93BCCE: hue angle of 198.31º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BCCE is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 188 | 206 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.19 |
| HSL | 198.31º | 0.38% | 0.69% | - |
| HSV(B) | 198.31º | 0.29% | 0.81% | - |
| XYZ | 41.16 | 46.63 | 65.22 | - |
| YUV | 177.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 206 | 0.29 | 0.09 | 0 | 0.19 | 198.31 | 0.38 | 0.69 |
| Hex | 93 | BC | CE | 1D | 9 | 0 | 13 | C6 | 26 | 45 |
| Octal | 223 | 274 | 316 | 35 | 11 | 0 | 23 | 306 | 46 | 105 |
| Binary | 10010011 | 10111100 | 11001110 | 11101 | 1001 | 0 | 10011 | 11000110 | 100110 | 1000101 |
Color Harmonies of #93BCCE
Complementary color
Monochromatic Colors of #93BCCE
Black with #93BCCE
Text Example
Text Example
White with #93BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCCE; }
p { color: rgb(147,188,206); }
H1.HeaderClassName
{
color: #93BCCE;
}
.AnyTagClassName
{
color: #93BCCE;
}
</style>
background-color css
<style>
a { background-color: #93BCCE; }
a { background-color: rgb(147,188,206); }
div.DivClassName
{
background-color: #93BCCE;
}
.BgClassName
{
background-color: #93BCCE;
}
</style>
border-color css
<style>
span { border-color: #93BCCE; }
span { border-color: rgb(147,188,206); }
td.TdClassName
{
border-color: #93BCCE;
}
.TagClassName
{
border-color: #93BCCE;
}
</style>