Shades of Regent St Blue #91BECE
Tints of Regent St Blue #91BECE
RGB
CMYK
RGB Variations
Color information
#91BECE (or 0x91BECE) is known color: Regent St Blue. HEX triplet: 91, BE and CE. RGB value is (145,190,206). Sum of RGB (Red+Green+Blue) = 145+190+206=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #91BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BECE is #6E4131. Grayscale: #B2B2B2. Windows color (decimal): -7225650 or 13549201. OLE color: 13549201.
HSL color Cylindrical-coordinate representation of color #91BECE: hue angle of 195.74º 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 #91BECE is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 190 | 206 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.19 |
| HSL | 195.74º | 0.38% | 0.69% | - |
| HSV(B) | 195.74º | 0.3% | 0.81% | - |
| XYZ | 41.23 | 47.3 | 65.35 | - |
| YUV | 178.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 206 | 0.30 | 0.08 | 0 | 0.19 | 195.74 | 0.38 | 0.69 |
| Hex | 91 | BE | CE | 1E | 8 | 0 | 13 | C4 | 26 | 45 |
| Octal | 221 | 276 | 316 | 36 | 10 | 0 | 23 | 304 | 46 | 105 |
| Binary | 10010001 | 10111110 | 11001110 | 11110 | 1000 | 0 | 10011 | 11000100 | 100110 | 1000101 |
Color Harmonies of #91BECE
Complementary color
Monochromatic Colors of #91BECE
Black with #91BECE
Text Example
Text Example
White with #91BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BECE; }
p { color: rgb(145,190,206); }
H1.HeaderClassName
{
color: #91BECE;
}
.AnyTagClassName
{
color: #91BECE;
}
</style>
background-color css
<style>
a { background-color: #91BECE; }
a { background-color: rgb(145,190,206); }
div.DivClassName
{
background-color: #91BECE;
}
.BgClassName
{
background-color: #91BECE;
}
</style>
border-color css
<style>
span { border-color: #91BECE; }
span { border-color: rgb(145,190,206); }
td.TdClassName
{
border-color: #91BECE;
}
.TagClassName
{
border-color: #91BECE;
}
</style>