Shades of Regent St Blue #9ABCCF
Tints of Regent St Blue #9ABCCF
RGB
CMYK
RGB Variations
Color information
#9ABCCF (or 0x9ABCCF) is known color: Regent St Blue. HEX triplet: 9A, BC and CF. RGB value is (154,188,207). Sum of RGB (Red+Green+Blue) = 154+188+207=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #9ABCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCCF is #654330. Grayscale: #B3B3B3. Windows color (decimal): -6636337 or 13614234. OLE color: 13614234.
HSL color Cylindrical-coordinate representation of color #9ABCCF: hue angle of 201.51º 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 #9ABCCF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 188 | 207 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.19 |
| HSL | 201.51º | 0.36% | 0.71% | - |
| HSV(B) | 201.51º | 0.26% | 0.81% | - |
| XYZ | 42.57 | 47.34 | 65.93 | - |
| YUV | 180 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 207 | 0.26 | 0.09 | 0 | 0.19 | 201.51 | 0.36 | 0.71 |
| Hex | 9A | BC | CF | 1A | 9 | 0 | 13 | CA | 24 | 47 |
| Octal | 232 | 274 | 317 | 32 | 11 | 0 | 23 | 312 | 44 | 107 |
| Binary | 10011010 | 10111100 | 11001111 | 11010 | 1001 | 0 | 10011 | 11001010 | 100100 | 1000111 |
Color Harmonies of #9ABCCF
Complementary color
Monochromatic Colors of #9ABCCF
Black with #9ABCCF
Text Example
Text Example
White with #9ABCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCCF; }
p { color: rgb(154,188,207); }
H1.HeaderClassName
{
color: #9ABCCF;
}
.AnyTagClassName
{
color: #9ABCCF;
}
</style>
background-color css
<style>
a { background-color: #9ABCCF; }
a { background-color: rgb(154,188,207); }
div.DivClassName
{
background-color: #9ABCCF;
}
.BgClassName
{
background-color: #9ABCCF;
}
</style>
border-color css
<style>
span { border-color: #9ABCCF; }
span { border-color: rgb(154,188,207); }
td.TdClassName
{
border-color: #9ABCCF;
}
.TagClassName
{
border-color: #9ABCCF;
}
</style>