Shades of Regent St Blue #94BCD1
Tints of Regent St Blue #94BCD1
RGB
CMYK
RGB Variations
Color information
#94BCD1 (or 0x94BCD1) is known color: Regent St Blue. HEX triplet: 94, BC and D1. RGB value is (148,188,209). Sum of RGB (Red+Green+Blue) = 148+188+209=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #94BCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCD1 is #6B432E. Grayscale: #B2B2B2. Windows color (decimal): -7029551 or 13745300. OLE color: 13745300.
HSL color Cylindrical-coordinate representation of color #94BCD1: hue angle of 200.66º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94BCD1 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 188 | 209 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.18 |
| HSL | 200.66º | 0.4% | 0.7% | - |
| HSV(B) | 200.66º | 0.29% | 0.82% | - |
| XYZ | 41.7 | 46.87 | 67.17 | - |
| YUV | 178.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 209 | 0.29 | 0.10 | 0 | 0.18 | 200.66 | 0.4 | 0.7 |
| Hex | 94 | BC | D1 | 1D | A | 0 | 12 | C9 | 28 | 46 |
| Octal | 224 | 274 | 321 | 35 | 12 | 0 | 22 | 311 | 50 | 106 |
| Binary | 10010100 | 10111100 | 11010001 | 11101 | 1010 | 0 | 10010 | 11001001 | 101000 | 1000110 |
Color Harmonies of #94BCD1
Complementary color
Monochromatic Colors of #94BCD1
Black with #94BCD1
Text Example
Text Example
White with #94BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCD1; }
p { color: rgb(148,188,209); }
H1.HeaderClassName
{
color: #94BCD1;
}
.AnyTagClassName
{
color: #94BCD1;
}
</style>
background-color css
<style>
a { background-color: #94BCD1; }
a { background-color: rgb(148,188,209); }
div.DivClassName
{
background-color: #94BCD1;
}
.BgClassName
{
background-color: #94BCD1;
}
</style>
border-color css
<style>
span { border-color: #94BCD1; }
span { border-color: rgb(148,188,209); }
td.TdClassName
{
border-color: #94BCD1;
}
.TagClassName
{
border-color: #94BCD1;
}
</style>