Shades of Regent St Blue #94BFCB
Tints of Regent St Blue #94BFCB
RGB
CMYK
RGB Variations
Color information
#94BFCB (or 0x94BFCB) is known color: Regent St Blue. HEX triplet: 94, BF and CB. RGB value is (148,191,203). Sum of RGB (Red+Green+Blue) = 148+191+203=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #94BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFCB is #6B4034. Grayscale: #B3B3B3. Windows color (decimal): -7028789 or 13352852. OLE color: 13352852.
HSL color Cylindrical-coordinate representation of color #94BFCB: hue angle of 193.09º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94BFCB is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 191 | 203 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.20 |
| HSL | 193.09º | 0.35% | 0.69% | - |
| HSV(B) | 193.09º | 0.27% | 0.8% | - |
| XYZ | 41.62 | 47.87 | 63.55 | - |
| YUV | 179.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 203 | 0.27 | 0.06 | 0 | 0.20 | 193.09 | 0.35 | 0.69 |
| Hex | 94 | BF | CB | 1B | 6 | 0 | 14 | C1 | 23 | 45 |
| Octal | 224 | 277 | 313 | 33 | 6 | 0 | 24 | 301 | 43 | 105 |
| Binary | 10010100 | 10111111 | 11001011 | 11011 | 110 | 0 | 10100 | 11000001 | 100011 | 1000101 |
Color Harmonies of #94BFCB
Complementary color
Monochromatic Colors of #94BFCB
Black with #94BFCB
Text Example
Text Example
White with #94BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFCB; }
p { color: rgb(148,191,203); }
H1.HeaderClassName
{
color: #94BFCB;
}
.AnyTagClassName
{
color: #94BFCB;
}
</style>
background-color css
<style>
a { background-color: #94BFCB; }
a { background-color: rgb(148,191,203); }
div.DivClassName
{
background-color: #94BFCB;
}
.BgClassName
{
background-color: #94BFCB;
}
</style>
border-color css
<style>
span { border-color: #94BFCB; }
span { border-color: rgb(148,191,203); }
td.TdClassName
{
border-color: #94BFCB;
}
.TagClassName
{
border-color: #94BFCB;
}
</style>