Shades of Regent St Blue #91CCD9
Tints of Regent St Blue #91CCD9
RGB
CMYK
RGB Variations
Color information
#91CCD9 (or 0x91CCD9) is known color: Regent St Blue. HEX triplet: 91, CC and D9. RGB value is (145,204,217). Sum of RGB (Red+Green+Blue) = 145+204+217=566 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.62% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #91CCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CCD9 is #6E3326. Grayscale: #BBBBBB. Windows color (decimal): -7222055 or 14273681. OLE color: 14273681.
HSL color Cylindrical-coordinate representation of color #91CCD9: hue angle of 190.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91CCD9 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 204 | 217 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.15 |
| HSL | 190.83º | 0.49% | 0.71% | - |
| HSV(B) | 190.83º | 0.33% | 0.85% | - |
| XYZ | 45.79 | 54.22 | 73.7 | - |
| YUV | 187.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 217 | 0.33 | 0.06 | 0 | 0.15 | 190.83 | 0.49 | 0.71 |
| Hex | 91 | CC | D9 | 21 | 6 | 0 | F | BF | 31 | 47 |
| Octal | 221 | 314 | 331 | 41 | 6 | 0 | 17 | 277 | 61 | 107 |
| Binary | 10010001 | 11001100 | 11011001 | 100001 | 110 | 0 | 1111 | 10111111 | 110001 | 1000111 |
Color Harmonies of #91CCD9
Complementary color
Monochromatic Colors of #91CCD9
Black with #91CCD9
Text Example
Text Example
White with #91CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CCD9; }
p { color: rgb(145,204,217); }
H1.HeaderClassName
{
color: #91CCD9;
}
.AnyTagClassName
{
color: #91CCD9;
}
</style>
background-color css
<style>
a { background-color: #91CCD9; }
a { background-color: rgb(145,204,217); }
div.DivClassName
{
background-color: #91CCD9;
}
.BgClassName
{
background-color: #91CCD9;
}
</style>
border-color css
<style>
span { border-color: #91CCD9; }
span { border-color: rgb(145,204,217); }
td.TdClassName
{
border-color: #91CCD9;
}
.TagClassName
{
border-color: #91CCD9;
}
</style>