Shades of Regent St Blue #9ABECB
Tints of Regent St Blue #9ABECB
RGB
CMYK
RGB Variations
Color information
#9ABECB (or 0x9ABECB) is known color: Regent St Blue. HEX triplet: 9A, BE and CB. RGB value is (154,190,203). Sum of RGB (Red+Green+Blue) = 154+190+203=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #9ABECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABECB is #654134. Grayscale: #B4B4B4. Windows color (decimal): -6635829 or 13352602. OLE color: 13352602.
HSL color Cylindrical-coordinate representation of color #9ABECB: hue angle of 195.92º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ABECB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 190 | 203 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.20 |
| HSL | 195.92º | 0.32% | 0.7% | - |
| HSV(B) | 195.92º | 0.24% | 0.8% | - |
| XYZ | 42.52 | 48.01 | 63.53 | - |
| YUV | 180.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 203 | 0.24 | 0.06 | 0 | 0.20 | 195.92 | 0.32 | 0.7 |
| Hex | 9A | BE | CB | 18 | 6 | 0 | 14 | C4 | 20 | 46 |
| Octal | 232 | 276 | 313 | 30 | 6 | 0 | 24 | 304 | 40 | 106 |
| Binary | 10011010 | 10111110 | 11001011 | 11000 | 110 | 0 | 10100 | 11000100 | 100000 | 1000110 |
Color Harmonies of #9ABECB
Complementary color
Monochromatic Colors of #9ABECB
Black with #9ABECB
Text Example
Text Example
White with #9ABECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABECB; }
p { color: rgb(154,190,203); }
H1.HeaderClassName
{
color: #9ABECB;
}
.AnyTagClassName
{
color: #9ABECB;
}
</style>
background-color css
<style>
a { background-color: #9ABECB; }
a { background-color: rgb(154,190,203); }
div.DivClassName
{
background-color: #9ABECB;
}
.BgClassName
{
background-color: #9ABECB;
}
</style>
border-color css
<style>
span { border-color: #9ABECB; }
span { border-color: rgb(154,190,203); }
td.TdClassName
{
border-color: #9ABECB;
}
.TagClassName
{
border-color: #9ABECB;
}
</style>