Shades of Regent St Blue #91C1CE
Tints of Regent St Blue #91C1CE
RGB
CMYK
RGB Variations
Color information
#91C1CE (or 0x91C1CE) is known color: Regent St Blue. HEX triplet: 91, C1 and CE. RGB value is (145,193,206). Sum of RGB (Red+Green+Blue) = 145+193+206=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #91C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C1CE is #6E3E31. Grayscale: #B4B4B4. Windows color (decimal): -7224882 or 13549969. OLE color: 13549969.
HSL color Cylindrical-coordinate representation of color #91C1CE: hue angle of 192.79º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91C1CE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 193 | 206 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.19 |
| HSL | 192.79º | 0.38% | 0.69% | - |
| HSV(B) | 192.79º | 0.3% | 0.81% | - |
| XYZ | 41.89 | 48.62 | 65.57 | - |
| YUV | 180.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 206 | 0.30 | 0.06 | 0 | 0.19 | 192.79 | 0.38 | 0.69 |
| Hex | 91 | C1 | CE | 1E | 6 | 0 | 13 | C1 | 26 | 45 |
| Octal | 221 | 301 | 316 | 36 | 6 | 0 | 23 | 301 | 46 | 105 |
| Binary | 10010001 | 11000001 | 11001110 | 11110 | 110 | 0 | 10011 | 11000001 | 100110 | 1000101 |
Color Harmonies of #91C1CE
Complementary color
Monochromatic Colors of #91C1CE
Black with #91C1CE
Text Example
Text Example
White with #91C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C1CE; }
p { color: rgb(145,193,206); }
H1.HeaderClassName
{
color: #91C1CE;
}
.AnyTagClassName
{
color: #91C1CE;
}
</style>
background-color css
<style>
a { background-color: #91C1CE; }
a { background-color: rgb(145,193,206); }
div.DivClassName
{
background-color: #91C1CE;
}
.BgClassName
{
background-color: #91C1CE;
}
</style>
border-color css
<style>
span { border-color: #91C1CE; }
span { border-color: rgb(145,193,206); }
td.TdClassName
{
border-color: #91C1CE;
}
.TagClassName
{
border-color: #91C1CE;
}
</style>