Shades of Regent St Blue #91CBDC
Tints of Regent St Blue #91CBDC
RGB
CMYK
RGB Variations
Color information
#91CBDC (or 0x91CBDC) is known color: Regent St Blue. HEX triplet: 91, CB and DC. RGB value is (145,203,220). Sum of RGB (Red+Green+Blue) = 145+203+220=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #91CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CBDC is #6E3423. Grayscale: #BBBBBB. Windows color (decimal): -7222308 or 14470033. OLE color: 14470033.
HSL color Cylindrical-coordinate representation of color #91CBDC: hue angle of 193.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91CBDC is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 203 | 220 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.14 |
| HSL | 193.6º | 0.52% | 0.72% | - |
| HSV(B) | 193.6º | 0.34% | 0.86% | - |
| XYZ | 45.95 | 53.9 | 75.69 | - |
| YUV | 187.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 220 | 0.34 | 0.08 | 0 | 0.14 | 193.6 | 0.52 | 0.72 |
| Hex | 91 | CB | DC | 22 | 8 | 0 | E | C2 | 34 | 48 |
| Octal | 221 | 313 | 334 | 42 | 10 | 0 | 16 | 302 | 64 | 110 |
| Binary | 10010001 | 11001011 | 11011100 | 100010 | 1000 | 0 | 1110 | 11000010 | 110100 | 1001000 |
Color Harmonies of #91CBDC
Complementary color
Monochromatic Colors of #91CBDC
Black with #91CBDC
Text Example
Text Example
White with #91CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CBDC; }
p { color: rgb(145,203,220); }
H1.HeaderClassName
{
color: #91CBDC;
}
.AnyTagClassName
{
color: #91CBDC;
}
</style>
background-color css
<style>
a { background-color: #91CBDC; }
a { background-color: rgb(145,203,220); }
div.DivClassName
{
background-color: #91CBDC;
}
.BgClassName
{
background-color: #91CBDC;
}
</style>
border-color css
<style>
span { border-color: #91CBDC; }
span { border-color: rgb(145,203,220); }
td.TdClassName
{
border-color: #91CBDC;
}
.TagClassName
{
border-color: #91CBDC;
}
</style>