Shades of Regent St Blue #91BFCC
Tints of Regent St Blue #91BFCC
RGB
CMYK
RGB Variations
Color information
#91BFCC (or 0x91BFCC) is known color: Regent St Blue. HEX triplet: 91, BF and CC. RGB value is (145,191,204). Sum of RGB (Red+Green+Blue) = 145+191+204=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #91BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BFCC is #6E4033. Grayscale: #B2B2B2. Windows color (decimal): -7225396 or 13418385. OLE color: 13418385.
HSL color Cylindrical-coordinate representation of color #91BFCC: hue angle of 193.22º 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 #91BFCC is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 191 | 204 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.2 |
| HSL | 193.22º | 0.37% | 0.68% | - |
| HSV(B) | 193.22º | 0.29% | 0.8% | - |
| XYZ | 41.21 | 47.64 | 64.15 | - |
| YUV | 178.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 204 | 0.29 | 0.06 | 0 | 0.2 | 193.22 | 0.37 | 0.68 |
| Hex | 91 | BF | CC | 1D | 6 | 0 | 14 | C1 | 25 | 44 |
| Octal | 221 | 277 | 314 | 35 | 6 | 0 | 24 | 301 | 45 | 104 |
| Binary | 10010001 | 10111111 | 11001100 | 11101 | 110 | 0 | 10100 | 11000001 | 100101 | 1000100 |
Color Harmonies of #91BFCC
Complementary color
Monochromatic Colors of #91BFCC
Black with #91BFCC
Text Example
Text Example
White with #91BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BFCC; }
p { color: rgb(145,191,204); }
H1.HeaderClassName
{
color: #91BFCC;
}
.AnyTagClassName
{
color: #91BFCC;
}
</style>
background-color css
<style>
a { background-color: #91BFCC; }
a { background-color: rgb(145,191,204); }
div.DivClassName
{
background-color: #91BFCC;
}
.BgClassName
{
background-color: #91BFCC;
}
</style>
border-color css
<style>
span { border-color: #91BFCC; }
span { border-color: rgb(145,191,204); }
td.TdClassName
{
border-color: #91BFCC;
}
.TagClassName
{
border-color: #91BFCC;
}
</style>