Shades of Regent St Blue #93C0CC
Tints of Regent St Blue #93C0CC
RGB
CMYK
RGB Variations
Color information
#93C0CC (or 0x93C0CC) is known color: Regent St Blue. HEX triplet: 93, C0 and CC. RGB value is (147,192,204). Sum of RGB (Red+Green+Blue) = 147+192+204=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #93C0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0CC is #6C3F33. Grayscale: #B3B3B3. Windows color (decimal): -7094068 or 13418643. OLE color: 13418643.
HSL color Cylindrical-coordinate representation of color #93C0CC: hue angle of 192.63º degrees, saturation: 0.36, 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 #93C0CC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 192 | 204 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.2 |
| HSL | 192.63º | 0.36% | 0.69% | - |
| HSV(B) | 192.63º | 0.28% | 0.8% | - |
| XYZ | 41.78 | 48.26 | 64.24 | - |
| YUV | 179.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 204 | 0.28 | 0.06 | 0 | 0.2 | 192.63 | 0.36 | 0.69 |
| Hex | 93 | C0 | CC | 1C | 6 | 0 | 14 | C1 | 24 | 45 |
| Octal | 223 | 300 | 314 | 34 | 6 | 0 | 24 | 301 | 44 | 105 |
| Binary | 10010011 | 11000000 | 11001100 | 11100 | 110 | 0 | 10100 | 11000001 | 100100 | 1000101 |
Color Harmonies of #93C0CC
Complementary color
Monochromatic Colors of #93C0CC
Black with #93C0CC
Text Example
Text Example
White with #93C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C0CC; }
p { color: rgb(147,192,204); }
H1.HeaderClassName
{
color: #93C0CC;
}
.AnyTagClassName
{
color: #93C0CC;
}
</style>
background-color css
<style>
a { background-color: #93C0CC; }
a { background-color: rgb(147,192,204); }
div.DivClassName
{
background-color: #93C0CC;
}
.BgClassName
{
background-color: #93C0CC;
}
</style>
border-color css
<style>
span { border-color: #93C0CC; }
span { border-color: rgb(147,192,204); }
td.TdClassName
{
border-color: #93C0CC;
}
.TagClassName
{
border-color: #93C0CC;
}
</style>