Shades of Regent St Blue #9ABECC
Tints of Regent St Blue #9ABECC
RGB
CMYK
RGB Variations
Color information
#9ABECC (or 0x9ABECC) is known color: Regent St Blue. HEX triplet: 9A, BE and CC. RGB value is (154,190,204). Sum of RGB (Red+Green+Blue) = 154+190+204=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #9ABECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABECC is #654133. Grayscale: #B4B4B4. Windows color (decimal): -6635828 or 13418138. OLE color: 13418138.
HSL color Cylindrical-coordinate representation of color #9ABECC: hue angle of 196.8º degrees, saturation: 0.33, 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 #9ABECC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 190 | 204 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.2 |
| HSL | 196.8º | 0.33% | 0.7% | - |
| HSV(B) | 196.8º | 0.25% | 0.8% | - |
| XYZ | 42.64 | 48.06 | 64.16 | - |
| YUV | 180.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 204 | 0.25 | 0.07 | 0 | 0.2 | 196.8 | 0.33 | 0.7 |
| Hex | 9A | BE | CC | 19 | 7 | 0 | 14 | C5 | 21 | 46 |
| Octal | 232 | 276 | 314 | 31 | 7 | 0 | 24 | 305 | 41 | 106 |
| Binary | 10011010 | 10111110 | 11001100 | 11001 | 111 | 0 | 10100 | 11000101 | 100001 | 1000110 |
Color Harmonies of #9ABECC
Complementary color
Monochromatic Colors of #9ABECC
Black with #9ABECC
Text Example
Text Example
White with #9ABECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABECC; }
p { color: rgb(154,190,204); }
H1.HeaderClassName
{
color: #9ABECC;
}
.AnyTagClassName
{
color: #9ABECC;
}
</style>
background-color css
<style>
a { background-color: #9ABECC; }
a { background-color: rgb(154,190,204); }
div.DivClassName
{
background-color: #9ABECC;
}
.BgClassName
{
background-color: #9ABECC;
}
</style>
border-color css
<style>
span { border-color: #9ABECC; }
span { border-color: rgb(154,190,204); }
td.TdClassName
{
border-color: #9ABECC;
}
.TagClassName
{
border-color: #9ABECC;
}
</style>