Shades of Regent St Blue #91D2DC
Tints of Regent St Blue #91D2DC
RGB
CMYK
RGB Variations
Color information
#91D2DC (or 0x91D2DC) is known color: Regent St Blue. HEX triplet: 91, D2 and DC. RGB value is (145,210,220). Sum of RGB (Red+Green+Blue) = 145+210+220=575 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.22% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #91D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D2DC is #6E2D23. Grayscale: #BFBFBF. Windows color (decimal): -7220516 or 14471825. OLE color: 14471825.
HSL color Cylindrical-coordinate representation of color #91D2DC: hue angle of 188º 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 #91D2DC is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 210 | 220 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.14 |
| HSL | 188º | 0.52% | 0.72% | - |
| HSV(B) | 188º | 0.34% | 0.86% | - |
| XYZ | 47.64 | 57.28 | 76.26 | - |
| YUV | 191.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 220 | 0.34 | 0.05 | 0 | 0.14 | 188 | 0.52 | 0.72 |
| Hex | 91 | D2 | DC | 22 | 5 | 0 | E | BC | 34 | 48 |
| Octal | 221 | 322 | 334 | 42 | 5 | 0 | 16 | 274 | 64 | 110 |
| Binary | 10010001 | 11010010 | 11011100 | 100010 | 101 | 0 | 1110 | 10111100 | 110100 | 1001000 |
Color Harmonies of #91D2DC
Complementary color
Monochromatic Colors of #91D2DC
Black with #91D2DC
Text Example
Text Example
White with #91D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2DC; }
p { color: rgb(145,210,220); }
H1.HeaderClassName
{
color: #91D2DC;
}
.AnyTagClassName
{
color: #91D2DC;
}
</style>
background-color css
<style>
a { background-color: #91D2DC; }
a { background-color: rgb(145,210,220); }
div.DivClassName
{
background-color: #91D2DC;
}
.BgClassName
{
background-color: #91D2DC;
}
</style>
border-color css
<style>
span { border-color: #91D2DC; }
span { border-color: rgb(145,210,220); }
td.TdClassName
{
border-color: #91D2DC;
}
.TagClassName
{
border-color: #91D2DC;
}
</style>