Shades of Regent St Blue #94BCCA
Tints of Regent St Blue #94BCCA
RGB
CMYK
RGB Variations
Color information
#94BCCA (or 0x94BCCA) is known color: Regent St Blue. HEX triplet: 94, BC and CA. RGB value is (148,188,202). Sum of RGB (Red+Green+Blue) = 148+188+202=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #94BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCCA is #6B4335. Grayscale: #B1B1B1. Windows color (decimal): -7029558 or 13286548. OLE color: 13286548.
HSL color Cylindrical-coordinate representation of color #94BCCA: hue angle of 195.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94BCCA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 188 | 202 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.21 |
| HSL | 195.56º | 0.34% | 0.69% | - |
| HSV(B) | 195.56º | 0.27% | 0.79% | - |
| XYZ | 40.86 | 46.53 | 62.7 | - |
| YUV | 177.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 202 | 0.27 | 0.07 | 0 | 0.21 | 195.56 | 0.34 | 0.69 |
| Hex | 94 | BC | CA | 1B | 7 | 0 | 15 | C4 | 22 | 45 |
| Octal | 224 | 274 | 312 | 33 | 7 | 0 | 25 | 304 | 42 | 105 |
| Binary | 10010100 | 10111100 | 11001010 | 11011 | 111 | 0 | 10101 | 11000100 | 100010 | 1000101 |
Color Harmonies of #94BCCA
Complementary color
Monochromatic Colors of #94BCCA
Black with #94BCCA
Text Example
Text Example
White with #94BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCCA; }
p { color: rgb(148,188,202); }
H1.HeaderClassName
{
color: #94BCCA;
}
.AnyTagClassName
{
color: #94BCCA;
}
</style>
background-color css
<style>
a { background-color: #94BCCA; }
a { background-color: rgb(148,188,202); }
div.DivClassName
{
background-color: #94BCCA;
}
.BgClassName
{
background-color: #94BCCA;
}
</style>
border-color css
<style>
span { border-color: #94BCCA; }
span { border-color: rgb(148,188,202); }
td.TdClassName
{
border-color: #94BCCA;
}
.TagClassName
{
border-color: #94BCCA;
}
</style>