Shades of Regent St Blue #94C0CC
Tints of Regent St Blue #94C0CC
RGB
CMYK
RGB Variations
Color information
#94C0CC (or 0x94C0CC) is known color: Regent St Blue. HEX triplet: 94, C0 and CC. RGB value is (148,192,204). Sum of RGB (Red+Green+Blue) = 148+192+204=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #94C0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0CC is #6B3F33. Grayscale: #B4B4B4. Windows color (decimal): -7028532 or 13418644. OLE color: 13418644.
HSL color Cylindrical-coordinate representation of color #94C0CC: hue angle of 192.86º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94C0CC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 192 | 204 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.2 |
| HSL | 192.86º | 0.35% | 0.69% | - |
| HSV(B) | 192.86º | 0.27% | 0.8% | - |
| XYZ | 41.96 | 48.35 | 64.25 | - |
| YUV | 180.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 204 | 0.27 | 0.06 | 0 | 0.2 | 192.86 | 0.35 | 0.69 |
| Hex | 94 | C0 | CC | 1B | 6 | 0 | 14 | C1 | 23 | 45 |
| Octal | 224 | 300 | 314 | 33 | 6 | 0 | 24 | 301 | 43 | 105 |
| Binary | 10010100 | 11000000 | 11001100 | 11011 | 110 | 0 | 10100 | 11000001 | 100011 | 1000101 |
Color Harmonies of #94C0CC
Complementary color
Monochromatic Colors of #94C0CC
Black with #94C0CC
Text Example
Text Example
White with #94C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C0CC; }
p { color: rgb(148,192,204); }
H1.HeaderClassName
{
color: #94C0CC;
}
.AnyTagClassName
{
color: #94C0CC;
}
</style>
background-color css
<style>
a { background-color: #94C0CC; }
a { background-color: rgb(148,192,204); }
div.DivClassName
{
background-color: #94C0CC;
}
.BgClassName
{
background-color: #94C0CC;
}
</style>
border-color css
<style>
span { border-color: #94C0CC; }
span { border-color: rgb(148,192,204); }
td.TdClassName
{
border-color: #94C0CC;
}
.TagClassName
{
border-color: #94C0CC;
}
</style>