Shades of Regent St Blue #91CFDB
Tints of Regent St Blue #91CFDB
RGB
CMYK
RGB Variations
Color information
#91CFDB (or 0x91CFDB) is known color: Regent St Blue. HEX triplet: 91, CF and DB. RGB value is (145,207,219). Sum of RGB (Red+Green+Blue) = 145+207+219=571 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.39% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #91CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CFDB is #6E3024. Grayscale: #BDBDBD. Windows color (decimal): -7221285 or 14405521. OLE color: 14405521.
HSL color Cylindrical-coordinate representation of color #91CFDB: hue angle of 189.73º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91CFDB is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 207 | 219 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.14 |
| HSL | 189.73º | 0.51% | 0.71% | - |
| HSV(B) | 189.73º | 0.34% | 0.86% | - |
| XYZ | 46.78 | 55.76 | 75.32 | - |
| YUV | 189.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 219 | 0.34 | 0.05 | 0 | 0.14 | 189.73 | 0.51 | 0.71 |
| Hex | 91 | CF | DB | 22 | 5 | 0 | E | BE | 33 | 47 |
| Octal | 221 | 317 | 333 | 42 | 5 | 0 | 16 | 276 | 63 | 107 |
| Binary | 10010001 | 11001111 | 11011011 | 100010 | 101 | 0 | 1110 | 10111110 | 110011 | 1000111 |
Color Harmonies of #91CFDB
Complementary color
Monochromatic Colors of #91CFDB
Black with #91CFDB
Text Example
Text Example
White with #91CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CFDB; }
p { color: rgb(145,207,219); }
H1.HeaderClassName
{
color: #91CFDB;
}
.AnyTagClassName
{
color: #91CFDB;
}
</style>
background-color css
<style>
a { background-color: #91CFDB; }
a { background-color: rgb(145,207,219); }
div.DivClassName
{
background-color: #91CFDB;
}
.BgClassName
{
background-color: #91CFDB;
}
</style>
border-color css
<style>
span { border-color: #91CFDB; }
span { border-color: rgb(145,207,219); }
td.TdClassName
{
border-color: #91CFDB;
}
.TagClassName
{
border-color: #91CFDB;
}
</style>