Shades of Regent St Blue #91C0CB
Tints of Regent St Blue #91C0CB
RGB
CMYK
RGB Variations
Color information
#91C0CB (or 0x91C0CB) is known color: Regent St Blue. HEX triplet: 91, C0 and CB. RGB value is (145,192,203). Sum of RGB (Red+Green+Blue) = 145+192+203=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #91C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C0CB is #6E3F34. Grayscale: #B3B3B3. Windows color (decimal): -7225141 or 13353105. OLE color: 13353105.
HSL color Cylindrical-coordinate representation of color #91C0CB: hue angle of 191.38º 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 #91C0CB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 192 | 203 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.20 |
| HSL | 191.38º | 0.36% | 0.68% | - |
| HSV(B) | 191.38º | 0.29% | 0.8% | - |
| XYZ | 41.31 | 48.03 | 63.59 | - |
| YUV | 179.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 203 | 0.29 | 0.05 | 0 | 0.20 | 191.38 | 0.36 | 0.68 |
| Hex | 91 | C0 | CB | 1D | 5 | 0 | 14 | BF | 24 | 44 |
| Octal | 221 | 300 | 313 | 35 | 5 | 0 | 24 | 277 | 44 | 104 |
| Binary | 10010001 | 11000000 | 11001011 | 11101 | 101 | 0 | 10100 | 10111111 | 100100 | 1000100 |
Color Harmonies of #91C0CB
Complementary color
Monochromatic Colors of #91C0CB
Black with #91C0CB
Text Example
Text Example
White with #91C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C0CB; }
p { color: rgb(145,192,203); }
H1.HeaderClassName
{
color: #91C0CB;
}
.AnyTagClassName
{
color: #91C0CB;
}
</style>
background-color css
<style>
a { background-color: #91C0CB; }
a { background-color: rgb(145,192,203); }
div.DivClassName
{
background-color: #91C0CB;
}
.BgClassName
{
background-color: #91C0CB;
}
</style>
border-color css
<style>
span { border-color: #91C0CB; }
span { border-color: rgb(145,192,203); }
td.TdClassName
{
border-color: #91C0CB;
}
.TagClassName
{
border-color: #91C0CB;
}
</style>