Shades of Regent St Blue #9ABFCB
Tints of Regent St Blue #9ABFCB
RGB
CMYK
RGB Variations
Color information
#9ABFCB (or 0x9ABFCB) is known color: Regent St Blue. HEX triplet: 9A, BF and CB. RGB value is (154,191,203). Sum of RGB (Red+Green+Blue) = 154+191+203=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #9ABFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFCB is #654034. Grayscale: #B5B5B5. Windows color (decimal): -6635573 or 13352858. OLE color: 13352858.
HSL color Cylindrical-coordinate representation of color #9ABFCB: hue angle of 194.69º 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 #9ABFCB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 191 | 203 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.20 |
| HSL | 194.69º | 0.32% | 0.7% | - |
| HSV(B) | 194.69º | 0.24% | 0.8% | - |
| XYZ | 42.74 | 48.44 | 63.6 | - |
| YUV | 181.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 203 | 0.24 | 0.06 | 0 | 0.20 | 194.69 | 0.32 | 0.7 |
| Hex | 9A | BF | CB | 18 | 6 | 0 | 14 | C3 | 20 | 46 |
| Octal | 232 | 277 | 313 | 30 | 6 | 0 | 24 | 303 | 40 | 106 |
| Binary | 10011010 | 10111111 | 11001011 | 11000 | 110 | 0 | 10100 | 11000011 | 100000 | 1000110 |
Color Harmonies of #9ABFCB
Complementary color
Monochromatic Colors of #9ABFCB
Black with #9ABFCB
Text Example
Text Example
White with #9ABFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABFCB; }
p { color: rgb(154,191,203); }
H1.HeaderClassName
{
color: #9ABFCB;
}
.AnyTagClassName
{
color: #9ABFCB;
}
</style>
background-color css
<style>
a { background-color: #9ABFCB; }
a { background-color: rgb(154,191,203); }
div.DivClassName
{
background-color: #9ABFCB;
}
.BgClassName
{
background-color: #9ABFCB;
}
</style>
border-color css
<style>
span { border-color: #9ABFCB; }
span { border-color: rgb(154,191,203); }
td.TdClassName
{
border-color: #9ABFCB;
}
.TagClassName
{
border-color: #9ABFCB;
}
</style>