Shades of Regent St Blue #91C0CC
Tints of Regent St Blue #91C0CC
RGB
CMYK
RGB Variations
Color information
#91C0CC (or 0x91C0CC) is known color: Regent St Blue. HEX triplet: 91, C0 and CC. RGB value is (145,192,204). Sum of RGB (Red+Green+Blue) = 145+192+204=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #91C0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C0CC is #6E3F33. Grayscale: #B3B3B3. Windows color (decimal): -7225140 or 13418641. OLE color: 13418641.
HSL color Cylindrical-coordinate representation of color #91C0CC: hue angle of 192.2º degrees, saturation: 0.37, 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 #91C0CC is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 192 | 204 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.2 |
| HSL | 192.2º | 0.37% | 0.68% | - |
| HSV(B) | 192.2º | 0.29% | 0.8% | - |
| XYZ | 41.43 | 48.08 | 64.22 | - |
| YUV | 179.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 204 | 0.29 | 0.06 | 0 | 0.2 | 192.2 | 0.37 | 0.68 |
| Hex | 91 | C0 | CC | 1D | 6 | 0 | 14 | C0 | 25 | 44 |
| Octal | 221 | 300 | 314 | 35 | 6 | 0 | 24 | 300 | 45 | 104 |
| Binary | 10010001 | 11000000 | 11001100 | 11101 | 110 | 0 | 10100 | 11000000 | 100101 | 1000100 |
Color Harmonies of #91C0CC
Complementary color
Monochromatic Colors of #91C0CC
Black with #91C0CC
Text Example
Text Example
White with #91C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C0CC; }
p { color: rgb(145,192,204); }
H1.HeaderClassName
{
color: #91C0CC;
}
.AnyTagClassName
{
color: #91C0CC;
}
</style>
background-color css
<style>
a { background-color: #91C0CC; }
a { background-color: rgb(145,192,204); }
div.DivClassName
{
background-color: #91C0CC;
}
.BgClassName
{
background-color: #91C0CC;
}
</style>
border-color css
<style>
span { border-color: #91C0CC; }
span { border-color: rgb(145,192,204); }
td.TdClassName
{
border-color: #91C0CC;
}
.TagClassName
{
border-color: #91C0CC;
}
</style>