Shades of Regent St Blue #91BFCB
Tints of Regent St Blue #91BFCB
RGB
CMYK
RGB Variations
Color information
#91BFCB (or 0x91BFCB) is known color: Regent St Blue. HEX triplet: 91, BF and CB. RGB value is (145,191,203). Sum of RGB (Red+Green+Blue) = 145+191+203=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #91BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BFCB is #6E4034. Grayscale: #B2B2B2. Windows color (decimal): -7225397 or 13352849. OLE color: 13352849.
HSL color Cylindrical-coordinate representation of color #91BFCB: hue angle of 192.41º 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 #91BFCB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 191 | 203 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.20 |
| HSL | 192.41º | 0.36% | 0.68% | - |
| HSV(B) | 192.41º | 0.29% | 0.8% | - |
| XYZ | 41.09 | 47.59 | 63.52 | - |
| YUV | 178.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 203 | 0.29 | 0.06 | 0 | 0.20 | 192.41 | 0.36 | 0.68 |
| Hex | 91 | BF | CB | 1D | 6 | 0 | 14 | C0 | 24 | 44 |
| Octal | 221 | 277 | 313 | 35 | 6 | 0 | 24 | 300 | 44 | 104 |
| Binary | 10010001 | 10111111 | 11001011 | 11101 | 110 | 0 | 10100 | 11000000 | 100100 | 1000100 |
Color Harmonies of #91BFCB
Complementary color
Monochromatic Colors of #91BFCB
Black with #91BFCB
Text Example
Text Example
White with #91BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BFCB; }
p { color: rgb(145,191,203); }
H1.HeaderClassName
{
color: #91BFCB;
}
.AnyTagClassName
{
color: #91BFCB;
}
</style>
background-color css
<style>
a { background-color: #91BFCB; }
a { background-color: rgb(145,191,203); }
div.DivClassName
{
background-color: #91BFCB;
}
.BgClassName
{
background-color: #91BFCB;
}
</style>
border-color css
<style>
span { border-color: #91BFCB; }
span { border-color: rgb(145,191,203); }
td.TdClassName
{
border-color: #91BFCB;
}
.TagClassName
{
border-color: #91BFCB;
}
</style>