Shades of Regent St Blue #91CADB
Tints of Regent St Blue #91CADB
RGB
CMYK
RGB Variations
Color information
#91CADB (or 0x91CADB) is known color: Regent St Blue. HEX triplet: 91, CA and DB. RGB value is (145,202,219). Sum of RGB (Red+Green+Blue) = 145+202+219=566 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.62% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #91CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CADB is #6E3524. Grayscale: #BABABA. Windows color (decimal): -7222565 or 14404241. OLE color: 14404241.
HSL color Cylindrical-coordinate representation of color #91CADB: hue angle of 193.78º 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 #91CADB is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 202 | 219 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.14 |
| HSL | 193.78º | 0.51% | 0.71% | - |
| HSV(B) | 193.78º | 0.34% | 0.86% | - |
| XYZ | 45.58 | 53.38 | 74.92 | - |
| YUV | 186.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 219 | 0.34 | 0.08 | 0 | 0.14 | 193.78 | 0.51 | 0.71 |
| Hex | 91 | CA | DB | 22 | 8 | 0 | E | C2 | 33 | 47 |
| Octal | 221 | 312 | 333 | 42 | 10 | 0 | 16 | 302 | 63 | 107 |
| Binary | 10010001 | 11001010 | 11011011 | 100010 | 1000 | 0 | 1110 | 11000010 | 110011 | 1000111 |
Color Harmonies of #91CADB
Complementary color
Monochromatic Colors of #91CADB
Black with #91CADB
Text Example
Text Example
White with #91CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CADB; }
p { color: rgb(145,202,219); }
H1.HeaderClassName
{
color: #91CADB;
}
.AnyTagClassName
{
color: #91CADB;
}
</style>
background-color css
<style>
a { background-color: #91CADB; }
a { background-color: rgb(145,202,219); }
div.DivClassName
{
background-color: #91CADB;
}
.BgClassName
{
background-color: #91CADB;
}
</style>
border-color css
<style>
span { border-color: #91CADB; }
span { border-color: rgb(145,202,219); }
td.TdClassName
{
border-color: #91CADB;
}
.TagClassName
{
border-color: #91CADB;
}
</style>