Shades of Regent St Blue #9ABCD5
Tints of Regent St Blue #9ABCD5
RGB
CMYK
RGB Variations
Color information
#9ABCD5 (or 0x9ABCD5) is known color: Regent St Blue. HEX triplet: 9A, BC and D5. RGB value is (154,188,213). Sum of RGB (Red+Green+Blue) = 154+188+213=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #9ABCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCD5 is #65432A. Grayscale: #B4B4B4. Windows color (decimal): -6636331 or 14007450. OLE color: 14007450.
HSL color Cylindrical-coordinate representation of color #9ABCD5: hue angle of 205.42º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ABCD5 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 188 | 213 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.16 |
| HSL | 205.42º | 0.41% | 0.72% | - |
| HSV(B) | 205.42º | 0.28% | 0.84% | - |
| XYZ | 43.32 | 47.64 | 69.86 | - |
| YUV | 180.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 213 | 0.28 | 0.12 | 0 | 0.16 | 205.42 | 0.41 | 0.72 |
| Hex | 9A | BC | D5 | 1C | C | 0 | 10 | CD | 29 | 48 |
| Octal | 232 | 274 | 325 | 34 | 14 | 0 | 20 | 315 | 51 | 110 |
| Binary | 10011010 | 10111100 | 11010101 | 11100 | 1100 | 0 | 10000 | 11001101 | 101001 | 1001000 |
Color Harmonies of #9ABCD5
Complementary color
Monochromatic Colors of #9ABCD5
Black with #9ABCD5
Text Example
Text Example
White with #9ABCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCD5; }
p { color: rgb(154,188,213); }
H1.HeaderClassName
{
color: #9ABCD5;
}
.AnyTagClassName
{
color: #9ABCD5;
}
</style>
background-color css
<style>
a { background-color: #9ABCD5; }
a { background-color: rgb(154,188,213); }
div.DivClassName
{
background-color: #9ABCD5;
}
.BgClassName
{
background-color: #9ABCD5;
}
</style>
border-color css
<style>
span { border-color: #9ABCD5; }
span { border-color: rgb(154,188,213); }
td.TdClassName
{
border-color: #9ABCD5;
}
.TagClassName
{
border-color: #9ABCD5;
}
</style>