Shades of Regent St Blue #94BDC8
Tints of Regent St Blue #94BDC8
RGB
CMYK
RGB Variations
Color information
#94BDC8 (or 0x94BDC8) is known color: Regent St Blue. HEX triplet: 94, BD and C8. RGB value is (148,189,200). Sum of RGB (Red+Green+Blue) = 148+189+200=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #94BDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDC8 is #6B4237. Grayscale: #B1B1B1. Windows color (decimal): -7029304 or 13155732. OLE color: 13155732.
HSL color Cylindrical-coordinate representation of color #94BDC8: hue angle of 192.69º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94BDC8 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 189 | 200 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.22 |
| HSL | 192.69º | 0.32% | 0.68% | - |
| HSV(B) | 192.69º | 0.26% | 0.78% | - |
| XYZ | 40.84 | 46.86 | 61.54 | - |
| YUV | 178 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 200 | 0.26 | 0.06 | 0 | 0.22 | 192.69 | 0.32 | 0.68 |
| Hex | 94 | BD | C8 | 1A | 6 | 0 | 16 | C1 | 20 | 44 |
| Octal | 224 | 275 | 310 | 32 | 6 | 0 | 26 | 301 | 40 | 104 |
| Binary | 10010100 | 10111101 | 11001000 | 11010 | 110 | 0 | 10110 | 11000001 | 100000 | 1000100 |
Color Harmonies of #94BDC8
Complementary color
Monochromatic Colors of #94BDC8
Black with #94BDC8
Text Example
Text Example
White with #94BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BDC8; }
p { color: rgb(148,189,200); }
H1.HeaderClassName
{
color: #94BDC8;
}
.AnyTagClassName
{
color: #94BDC8;
}
</style>
background-color css
<style>
a { background-color: #94BDC8; }
a { background-color: rgb(148,189,200); }
div.DivClassName
{
background-color: #94BDC8;
}
.BgClassName
{
background-color: #94BDC8;
}
</style>
border-color css
<style>
span { border-color: #94BDC8; }
span { border-color: rgb(148,189,200); }
td.TdClassName
{
border-color: #94BDC8;
}
.TagClassName
{
border-color: #94BDC8;
}
</style>