Shades of Regent St Blue #93BCCA
Tints of Regent St Blue #93BCCA
RGB
CMYK
RGB Variations
Color information
#93BCCA (or 0x93BCCA) is known color: Regent St Blue. HEX triplet: 93, BC and CA. RGB value is (147,188,202). Sum of RGB (Red+Green+Blue) = 147+188+202=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #93BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCCA is #6C4335. Grayscale: #B1B1B1. Windows color (decimal): -7095094 or 13286547. OLE color: 13286547.
HSL color Cylindrical-coordinate representation of color #93BCCA: hue angle of 195.27º degrees, saturation: 0.34, 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 #93BCCA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 188 | 202 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.21 |
| HSL | 195.27º | 0.34% | 0.68% | - |
| HSV(B) | 195.27º | 0.27% | 0.79% | - |
| XYZ | 40.68 | 46.43 | 62.7 | - |
| YUV | 177.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 202 | 0.27 | 0.07 | 0 | 0.21 | 195.27 | 0.34 | 0.68 |
| Hex | 93 | BC | CA | 1B | 7 | 0 | 15 | C3 | 22 | 44 |
| Octal | 223 | 274 | 312 | 33 | 7 | 0 | 25 | 303 | 42 | 104 |
| Binary | 10010011 | 10111100 | 11001010 | 11011 | 111 | 0 | 10101 | 11000011 | 100010 | 1000100 |
Color Harmonies of #93BCCA
Complementary color
Monochromatic Colors of #93BCCA
Black with #93BCCA
Text Example
Text Example
White with #93BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCCA; }
p { color: rgb(147,188,202); }
H1.HeaderClassName
{
color: #93BCCA;
}
.AnyTagClassName
{
color: #93BCCA;
}
</style>
background-color css
<style>
a { background-color: #93BCCA; }
a { background-color: rgb(147,188,202); }
div.DivClassName
{
background-color: #93BCCA;
}
.BgClassName
{
background-color: #93BCCA;
}
</style>
border-color css
<style>
span { border-color: #93BCCA; }
span { border-color: rgb(147,188,202); }
td.TdClassName
{
border-color: #93BCCA;
}
.TagClassName
{
border-color: #93BCCA;
}
</style>