Shades of Regent St Blue #91BCCB
Tints of Regent St Blue #91BCCB
RGB
CMYK
RGB Variations
Color information
#91BCCB (or 0x91BCCB) is known color: Regent St Blue. HEX triplet: 91, BC and CB. RGB value is (145,188,203). Sum of RGB (Red+Green+Blue) = 145+188+203=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #91BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCCB is #6E4334. Grayscale: #B0B0B0. Windows color (decimal): -7226165 or 13352081. OLE color: 13352081.
HSL color Cylindrical-coordinate representation of color #91BCCB: hue angle of 195.52º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91BCCB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 188 | 203 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.20 |
| HSL | 195.52º | 0.36% | 0.68% | - |
| HSV(B) | 195.52º | 0.29% | 0.8% | - |
| XYZ | 40.44 | 46.3 | 63.3 | - |
| YUV | 176.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 203 | 0.29 | 0.07 | 0 | 0.20 | 195.52 | 0.36 | 0.68 |
| Hex | 91 | BC | CB | 1D | 7 | 0 | 14 | C4 | 24 | 44 |
| Octal | 221 | 274 | 313 | 35 | 7 | 0 | 24 | 304 | 44 | 104 |
| Binary | 10010001 | 10111100 | 11001011 | 11101 | 111 | 0 | 10100 | 11000100 | 100100 | 1000100 |
Color Harmonies of #91BCCB
Complementary color
Monochromatic Colors of #91BCCB
Black with #91BCCB
Text Example
Text Example
White with #91BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BCCB; }
p { color: rgb(145,188,203); }
H1.HeaderClassName
{
color: #91BCCB;
}
.AnyTagClassName
{
color: #91BCCB;
}
</style>
background-color css
<style>
a { background-color: #91BCCB; }
a { background-color: rgb(145,188,203); }
div.DivClassName
{
background-color: #91BCCB;
}
.BgClassName
{
background-color: #91BCCB;
}
</style>
border-color css
<style>
span { border-color: #91BCCB; }
span { border-color: rgb(145,188,203); }
td.TdClassName
{
border-color: #91BCCB;
}
.TagClassName
{
border-color: #91BCCB;
}
</style>