Shades of Regent St Blue #9ABECF
Tints of Regent St Blue #9ABECF
RGB
CMYK
RGB Variations
Color information
#9ABECF (or 0x9ABECF) is known color: Regent St Blue. HEX triplet: 9A, BE and CF. RGB value is (154,190,207). Sum of RGB (Red+Green+Blue) = 154+190+207=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #9ABECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABECF is #654130. Grayscale: #B5B5B5. Windows color (decimal): -6635825 or 13614746. OLE color: 13614746.
HSL color Cylindrical-coordinate representation of color #9ABECF: hue angle of 199.25º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ABECF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 190 | 207 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.19 |
| HSL | 199.25º | 0.36% | 0.71% | - |
| HSV(B) | 199.25º | 0.26% | 0.81% | - |
| XYZ | 43 | 48.2 | 66.07 | - |
| YUV | 181.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 207 | 0.26 | 0.08 | 0 | 0.19 | 199.25 | 0.36 | 0.71 |
| Hex | 9A | BE | CF | 1A | 8 | 0 | 13 | C7 | 24 | 47 |
| Octal | 232 | 276 | 317 | 32 | 10 | 0 | 23 | 307 | 44 | 107 |
| Binary | 10011010 | 10111110 | 11001111 | 11010 | 1000 | 0 | 10011 | 11000111 | 100100 | 1000111 |
Color Harmonies of #9ABECF
Complementary color
Monochromatic Colors of #9ABECF
Black with #9ABECF
Text Example
Text Example
White with #9ABECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABECF; }
p { color: rgb(154,190,207); }
H1.HeaderClassName
{
color: #9ABECF;
}
.AnyTagClassName
{
color: #9ABECF;
}
</style>
background-color css
<style>
a { background-color: #9ABECF; }
a { background-color: rgb(154,190,207); }
div.DivClassName
{
background-color: #9ABECF;
}
.BgClassName
{
background-color: #9ABECF;
}
</style>
border-color css
<style>
span { border-color: #9ABECF; }
span { border-color: rgb(154,190,207); }
td.TdClassName
{
border-color: #9ABECF;
}
.TagClassName
{
border-color: #9ABECF;
}
</style>