Shades of Regent St Blue #94C1D3
Tints of Regent St Blue #94C1D3
RGB
CMYK
RGB Variations
Color information
#94C1D3 (or 0x94C1D3) is known color: Regent St Blue. HEX triplet: 94, C1 and D3. RGB value is (148,193,211). Sum of RGB (Red+Green+Blue) = 148+193+211=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #94C1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C1D3 is #6B3E2C. Grayscale: #B5B5B5. Windows color (decimal): -7028269 or 13877652. OLE color: 13877652.
HSL color Cylindrical-coordinate representation of color #94C1D3: hue angle of 197.14º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94C1D3 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 193 | 211 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.17 |
| HSL | 197.14º | 0.42% | 0.7% | - |
| HSV(B) | 197.14º | 0.3% | 0.83% | - |
| XYZ | 43.04 | 49.14 | 68.84 | - |
| YUV | 181.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 211 | 0.30 | 0.09 | 0 | 0.17 | 197.14 | 0.42 | 0.7 |
| Hex | 94 | C1 | D3 | 1E | 9 | 0 | 11 | C5 | 2A | 46 |
| Octal | 224 | 301 | 323 | 36 | 11 | 0 | 21 | 305 | 52 | 106 |
| Binary | 10010100 | 11000001 | 11010011 | 11110 | 1001 | 0 | 10001 | 11000101 | 101010 | 1000110 |
Color Harmonies of #94C1D3
Complementary color
Monochromatic Colors of #94C1D3
Black with #94C1D3
Text Example
Text Example
White with #94C1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C1D3; }
p { color: rgb(148,193,211); }
H1.HeaderClassName
{
color: #94C1D3;
}
.AnyTagClassName
{
color: #94C1D3;
}
</style>
background-color css
<style>
a { background-color: #94C1D3; }
a { background-color: rgb(148,193,211); }
div.DivClassName
{
background-color: #94C1D3;
}
.BgClassName
{
background-color: #94C1D3;
}
</style>
border-color css
<style>
span { border-color: #94C1D3; }
span { border-color: rgb(148,193,211); }
td.TdClassName
{
border-color: #94C1D3;
}
.TagClassName
{
border-color: #94C1D3;
}
</style>