Shades of Regent St Blue #94C5D3
Tints of Regent St Blue #94C5D3
RGB
CMYK
RGB Variations
Color information
#94C5D3 (or 0x94C5D3) is known color: Regent St Blue. HEX triplet: 94, C5 and D3. RGB value is (148,197,211). Sum of RGB (Red+Green+Blue) = 148+197+211=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #94C5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5D3 is #6B3A2C. Grayscale: #B7B7B7. Windows color (decimal): -7027245 or 13878676. OLE color: 13878676.
HSL color Cylindrical-coordinate representation of color #94C5D3: hue angle of 193.33º 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 #94C5D3 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 197 | 211 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.17 |
| HSL | 193.33º | 0.42% | 0.7% | - |
| HSV(B) | 193.33º | 0.3% | 0.83% | - |
| XYZ | 43.94 | 50.93 | 69.14 | - |
| YUV | 183.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 211 | 0.30 | 0.07 | 0 | 0.17 | 193.33 | 0.42 | 0.7 |
| Hex | 94 | C5 | D3 | 1E | 7 | 0 | 11 | C1 | 2A | 46 |
| Octal | 224 | 305 | 323 | 36 | 7 | 0 | 21 | 301 | 52 | 106 |
| Binary | 10010100 | 11000101 | 11010011 | 11110 | 111 | 0 | 10001 | 11000001 | 101010 | 1000110 |
Color Harmonies of #94C5D3
Complementary color
Monochromatic Colors of #94C5D3
Black with #94C5D3
Text Example
Text Example
White with #94C5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C5D3; }
p { color: rgb(148,197,211); }
H1.HeaderClassName
{
color: #94C5D3;
}
.AnyTagClassName
{
color: #94C5D3;
}
</style>
background-color css
<style>
a { background-color: #94C5D3; }
a { background-color: rgb(148,197,211); }
div.DivClassName
{
background-color: #94C5D3;
}
.BgClassName
{
background-color: #94C5D3;
}
</style>
border-color css
<style>
span { border-color: #94C5D3; }
span { border-color: rgb(148,197,211); }
td.TdClassName
{
border-color: #94C5D3;
}
.TagClassName
{
border-color: #94C5D3;
}
</style>