Shades of Regent St Blue #91D3DF
Tints of Regent St Blue #91D3DF
RGB
CMYK
RGB Variations
Color information
#91D3DF (or 0x91D3DF) is known color: Regent St Blue. HEX triplet: 91, D3 and DF. RGB value is (145,211,223). Sum of RGB (Red+Green+Blue) = 145+211+223=579 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.04% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #91D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D3DF is #6E2C20. Grayscale: #C0C0C0. Windows color (decimal): -7220257 or 14668689. OLE color: 14668689.
HSL color Cylindrical-coordinate representation of color #91D3DF: hue angle of 189.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91D3DF is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 211 | 223 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.13 |
| HSL | 189.23º | 0.55% | 0.72% | - |
| HSV(B) | 189.23º | 0.35% | 0.87% | - |
| XYZ | 48.29 | 57.94 | 78.45 | - |
| YUV | 192.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 211 | 223 | 0.35 | 0.05 | 0 | 0.13 | 189.23 | 0.55 | 0.72 |
| Hex | 91 | D3 | DF | 23 | 5 | 0 | D | BD | 37 | 48 |
| Octal | 221 | 323 | 337 | 43 | 5 | 0 | 15 | 275 | 67 | 110 |
| Binary | 10010001 | 11010011 | 11011111 | 100011 | 101 | 0 | 1101 | 10111101 | 110111 | 1001000 |
Color Harmonies of #91D3DF
Complementary color
Monochromatic Colors of #91D3DF
Black with #91D3DF
Text Example
Text Example
White with #91D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D3DF; }
p { color: rgb(145,211,223); }
H1.HeaderClassName
{
color: #91D3DF;
}
.AnyTagClassName
{
color: #91D3DF;
}
</style>
background-color css
<style>
a { background-color: #91D3DF; }
a { background-color: rgb(145,211,223); }
div.DivClassName
{
background-color: #91D3DF;
}
.BgClassName
{
background-color: #91D3DF;
}
</style>
border-color css
<style>
span { border-color: #91D3DF; }
span { border-color: rgb(145,211,223); }
td.TdClassName
{
border-color: #91D3DF;
}
.TagClassName
{
border-color: #91D3DF;
}
</style>