Shades of Regent St Blue #91D0DC
Tints of Regent St Blue #91D0DC
RGB
CMYK
RGB Variations
Color information
#91D0DC (or 0x91D0DC) is known color: Regent St Blue. HEX triplet: 91, D0 and DC. RGB value is (145,208,220). Sum of RGB (Red+Green+Blue) = 145+208+220=573 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.31% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #91D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D0DC is #6E2F23. Grayscale: #BEBEBE. Windows color (decimal): -7221028 or 14471313. OLE color: 14471313.
HSL color Cylindrical-coordinate representation of color #91D0DC: hue angle of 189.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 #91D0DC is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 208 | 220 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.14 |
| HSL | 189.6º | 0.52% | 0.72% | - |
| HSV(B) | 189.6º | 0.34% | 0.86% | - |
| XYZ | 47.15 | 56.3 | 76.09 | - |
| YUV | 190.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 220 | 0.34 | 0.05 | 0 | 0.14 | 189.6 | 0.52 | 0.72 |
| Hex | 91 | D0 | DC | 22 | 5 | 0 | E | BE | 34 | 48 |
| Octal | 221 | 320 | 334 | 42 | 5 | 0 | 16 | 276 | 64 | 110 |
| Binary | 10010001 | 11010000 | 11011100 | 100010 | 101 | 0 | 1110 | 10111110 | 110100 | 1001000 |
Color Harmonies of #91D0DC
Complementary color
Monochromatic Colors of #91D0DC
Black with #91D0DC
Text Example
Text Example
White with #91D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D0DC; }
p { color: rgb(145,208,220); }
H1.HeaderClassName
{
color: #91D0DC;
}
.AnyTagClassName
{
color: #91D0DC;
}
</style>
background-color css
<style>
a { background-color: #91D0DC; }
a { background-color: rgb(145,208,220); }
div.DivClassName
{
background-color: #91D0DC;
}
.BgClassName
{
background-color: #91D0DC;
}
</style>
border-color css
<style>
span { border-color: #91D0DC; }
span { border-color: rgb(145,208,220); }
td.TdClassName
{
border-color: #91D0DC;
}
.TagClassName
{
border-color: #91D0DC;
}
</style>