Shades of Regent St Blue #91CEDA
Tints of Regent St Blue #91CEDA
RGB
CMYK
RGB Variations
Color information
#91CEDA (or 0x91CEDA) is known color: Regent St Blue. HEX triplet: 91, CE and DA. RGB value is (145,206,218). Sum of RGB (Red+Green+Blue) = 145+206+218=569 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.48% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #91CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CEDA is #6E3125. Grayscale: #BDBDBD. Windows color (decimal): -7221542 or 14339729. OLE color: 14339729.
HSL color Cylindrical-coordinate representation of color #91CEDA: hue angle of 189.86º degrees, saturation: 0.5, 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 #91CEDA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 206 | 218 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.15 |
| HSL | 189.86º | 0.5% | 0.71% | - |
| HSV(B) | 189.86º | 0.33% | 0.85% | - |
| XYZ | 46.4 | 55.22 | 74.54 | - |
| YUV | 189.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 218 | 0.33 | 0.06 | 0 | 0.15 | 189.86 | 0.5 | 0.71 |
| Hex | 91 | CE | DA | 21 | 6 | 0 | F | BE | 32 | 47 |
| Octal | 221 | 316 | 332 | 41 | 6 | 0 | 17 | 276 | 62 | 107 |
| Binary | 10010001 | 11001110 | 11011010 | 100001 | 110 | 0 | 1111 | 10111110 | 110010 | 1000111 |
Color Harmonies of #91CEDA
Complementary color
Monochromatic Colors of #91CEDA
Black with #91CEDA
Text Example
Text Example
White with #91CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CEDA; }
p { color: rgb(145,206,218); }
H1.HeaderClassName
{
color: #91CEDA;
}
.AnyTagClassName
{
color: #91CEDA;
}
</style>
background-color css
<style>
a { background-color: #91CEDA; }
a { background-color: rgb(145,206,218); }
div.DivClassName
{
background-color: #91CEDA;
}
.BgClassName
{
background-color: #91CEDA;
}
</style>
border-color css
<style>
span { border-color: #91CEDA; }
span { border-color: rgb(145,206,218); }
td.TdClassName
{
border-color: #91CEDA;
}
.TagClassName
{
border-color: #91CEDA;
}
</style>