Shades of Regent St Blue #93BFCB
Tints of Regent St Blue #93BFCB
RGB
CMYK
RGB Variations
Color information
#93BFCB (or 0x93BFCB) is known color: Regent St Blue. HEX triplet: 93, BF and CB. RGB value is (147,191,203). Sum of RGB (Red+Green+Blue) = 147+191+203=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #93BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFCB is #6C4034. Grayscale: #B3B3B3. Windows color (decimal): -7094325 or 13352851. OLE color: 13352851.
HSL color Cylindrical-coordinate representation of color #93BFCB: hue angle of 192.86º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93BFCB is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 191 | 203 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.20 |
| HSL | 192.86º | 0.35% | 0.69% | - |
| HSV(B) | 192.86º | 0.28% | 0.8% | - |
| XYZ | 41.44 | 47.78 | 63.54 | - |
| YUV | 179.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 203 | 0.28 | 0.06 | 0 | 0.20 | 192.86 | 0.35 | 0.69 |
| Hex | 93 | BF | CB | 1C | 6 | 0 | 14 | C1 | 23 | 45 |
| Octal | 223 | 277 | 313 | 34 | 6 | 0 | 24 | 301 | 43 | 105 |
| Binary | 10010011 | 10111111 | 11001011 | 11100 | 110 | 0 | 10100 | 11000001 | 100011 | 1000101 |
Color Harmonies of #93BFCB
Complementary color
Monochromatic Colors of #93BFCB
Black with #93BFCB
Text Example
Text Example
White with #93BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFCB; }
p { color: rgb(147,191,203); }
H1.HeaderClassName
{
color: #93BFCB;
}
.AnyTagClassName
{
color: #93BFCB;
}
</style>
background-color css
<style>
a { background-color: #93BFCB; }
a { background-color: rgb(147,191,203); }
div.DivClassName
{
background-color: #93BFCB;
}
.BgClassName
{
background-color: #93BFCB;
}
</style>
border-color css
<style>
span { border-color: #93BFCB; }
span { border-color: rgb(147,191,203); }
td.TdClassName
{
border-color: #93BFCB;
}
.TagClassName
{
border-color: #93BFCB;
}
</style>