Shades of Regent St Blue #93BCCD
Tints of Regent St Blue #93BCCD
RGB
CMYK
RGB Variations
Color information
#93BCCD (or 0x93BCCD) is known color: Regent St Blue. HEX triplet: 93, BC and CD. RGB value is (147,188,205). Sum of RGB (Red+Green+Blue) = 147+188+205=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #93BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCCD is #6C4332. Grayscale: #B1B1B1. Windows color (decimal): -7095091 or 13483155. OLE color: 13483155.
HSL color Cylindrical-coordinate representation of color #93BCCD: hue angle of 197.59º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93BCCD is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 188 | 205 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.20 |
| HSL | 197.59º | 0.37% | 0.69% | - |
| HSV(B) | 197.59º | 0.28% | 0.8% | - |
| XYZ | 41.04 | 46.58 | 64.59 | - |
| YUV | 177.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 205 | 0.28 | 0.08 | 0 | 0.20 | 197.59 | 0.37 | 0.69 |
| Hex | 93 | BC | CD | 1C | 8 | 0 | 14 | C6 | 25 | 45 |
| Octal | 223 | 274 | 315 | 34 | 10 | 0 | 24 | 306 | 45 | 105 |
| Binary | 10010011 | 10111100 | 11001101 | 11100 | 1000 | 0 | 10100 | 11000110 | 100101 | 1000101 |
Color Harmonies of #93BCCD
Complementary color
Monochromatic Colors of #93BCCD
Black with #93BCCD
Text Example
Text Example
White with #93BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCCD; }
p { color: rgb(147,188,205); }
H1.HeaderClassName
{
color: #93BCCD;
}
.AnyTagClassName
{
color: #93BCCD;
}
</style>
background-color css
<style>
a { background-color: #93BCCD; }
a { background-color: rgb(147,188,205); }
div.DivClassName
{
background-color: #93BCCD;
}
.BgClassName
{
background-color: #93BCCD;
}
</style>
border-color css
<style>
span { border-color: #93BCCD; }
span { border-color: rgb(147,188,205); }
td.TdClassName
{
border-color: #93BCCD;
}
.TagClassName
{
border-color: #93BCCD;
}
</style>