Shades of Regent St Blue #9ABECD
Tints of Regent St Blue #9ABECD
RGB
CMYK
RGB Variations
Color information
#9ABECD (or 0x9ABECD) is known color: Regent St Blue. HEX triplet: 9A, BE and CD. RGB value is (154,190,205). Sum of RGB (Red+Green+Blue) = 154+190+205=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #9ABECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABECD is #654132. Grayscale: #B4B4B4. Windows color (decimal): -6635827 or 13483674. OLE color: 13483674.
HSL color Cylindrical-coordinate representation of color #9ABECD: hue angle of 197.65º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABECD is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 190 | 205 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.20 |
| HSL | 197.65º | 0.34% | 0.7% | - |
| HSV(B) | 197.65º | 0.25% | 0.8% | - |
| XYZ | 42.76 | 48.1 | 64.79 | - |
| YUV | 180.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 205 | 0.25 | 0.07 | 0 | 0.20 | 197.65 | 0.34 | 0.7 |
| Hex | 9A | BE | CD | 19 | 7 | 0 | 14 | C6 | 22 | 46 |
| Octal | 232 | 276 | 315 | 31 | 7 | 0 | 24 | 306 | 42 | 106 |
| Binary | 10011010 | 10111110 | 11001101 | 11001 | 111 | 0 | 10100 | 11000110 | 100010 | 1000110 |
Color Harmonies of #9ABECD
Complementary color
Monochromatic Colors of #9ABECD
Black with #9ABECD
Text Example
Text Example
White with #9ABECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABECD; }
p { color: rgb(154,190,205); }
H1.HeaderClassName
{
color: #9ABECD;
}
.AnyTagClassName
{
color: #9ABECD;
}
</style>
background-color css
<style>
a { background-color: #9ABECD; }
a { background-color: rgb(154,190,205); }
div.DivClassName
{
background-color: #9ABECD;
}
.BgClassName
{
background-color: #9ABECD;
}
</style>
border-color css
<style>
span { border-color: #9ABECD; }
span { border-color: rgb(154,190,205); }
td.TdClassName
{
border-color: #9ABECD;
}
.TagClassName
{
border-color: #9ABECD;
}
</style>