Shades of Regent St Blue #91BFCD
Tints of Regent St Blue #91BFCD
RGB
CMYK
RGB Variations
Color information
#91BFCD (or 0x91BFCD) is known color: Regent St Blue. HEX triplet: 91, BF and CD. RGB value is (145,191,205). Sum of RGB (Red+Green+Blue) = 145+191+205=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #91BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BFCD is #6E4032. Grayscale: #B2B2B2. Windows color (decimal): -7225395 or 13483921. OLE color: 13483921.
HSL color Cylindrical-coordinate representation of color #91BFCD: hue angle of 194º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91BFCD is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 191 | 205 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.20 |
| HSL | 194º | 0.38% | 0.69% | - |
| HSV(B) | 194º | 0.29% | 0.8% | - |
| XYZ | 41.33 | 47.69 | 64.78 | - |
| YUV | 178.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 205 | 0.29 | 0.07 | 0 | 0.20 | 194 | 0.38 | 0.69 |
| Hex | 91 | BF | CD | 1D | 7 | 0 | 14 | C2 | 26 | 45 |
| Octal | 221 | 277 | 315 | 35 | 7 | 0 | 24 | 302 | 46 | 105 |
| Binary | 10010001 | 10111111 | 11001101 | 11101 | 111 | 0 | 10100 | 11000010 | 100110 | 1000101 |
Color Harmonies of #91BFCD
Complementary color
Monochromatic Colors of #91BFCD
Black with #91BFCD
Text Example
Text Example
White with #91BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BFCD; }
p { color: rgb(145,191,205); }
H1.HeaderClassName
{
color: #91BFCD;
}
.AnyTagClassName
{
color: #91BFCD;
}
</style>
background-color css
<style>
a { background-color: #91BFCD; }
a { background-color: rgb(145,191,205); }
div.DivClassName
{
background-color: #91BFCD;
}
.BgClassName
{
background-color: #91BFCD;
}
</style>
border-color css
<style>
span { border-color: #91BFCD; }
span { border-color: rgb(145,191,205); }
td.TdClassName
{
border-color: #91BFCD;
}
.TagClassName
{
border-color: #91BFCD;
}
</style>