Shades of Regent St Blue #9ABCD0
Tints of Regent St Blue #9ABCD0
RGB
CMYK
RGB Variations
Color information
#9ABCD0 (or 0x9ABCD0) is known color: Regent St Blue. HEX triplet: 9A, BC and D0. RGB value is (154,188,208). Sum of RGB (Red+Green+Blue) = 154+188+208=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #9ABCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCD0 is #65432F. Grayscale: #B3B3B3. Windows color (decimal): -6636336 or 13679770. OLE color: 13679770.
HSL color Cylindrical-coordinate representation of color #9ABCD0: hue angle of 202.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ABCD0 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 188 | 208 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.18 |
| HSL | 202.22º | 0.36% | 0.71% | - |
| HSV(B) | 202.22º | 0.26% | 0.82% | - |
| XYZ | 42.69 | 47.39 | 66.57 | - |
| YUV | 180.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 208 | 0.26 | 0.10 | 0 | 0.18 | 202.22 | 0.36 | 0.71 |
| Hex | 9A | BC | D0 | 1A | A | 0 | 12 | CA | 24 | 47 |
| Octal | 232 | 274 | 320 | 32 | 12 | 0 | 22 | 312 | 44 | 107 |
| Binary | 10011010 | 10111100 | 11010000 | 11010 | 1010 | 0 | 10010 | 11001010 | 100100 | 1000111 |
Color Harmonies of #9ABCD0
Complementary color
Monochromatic Colors of #9ABCD0
Black with #9ABCD0
Text Example
Text Example
White with #9ABCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCD0; }
p { color: rgb(154,188,208); }
H1.HeaderClassName
{
color: #9ABCD0;
}
.AnyTagClassName
{
color: #9ABCD0;
}
</style>
background-color css
<style>
a { background-color: #9ABCD0; }
a { background-color: rgb(154,188,208); }
div.DivClassName
{
background-color: #9ABCD0;
}
.BgClassName
{
background-color: #9ABCD0;
}
</style>
border-color css
<style>
span { border-color: #9ABCD0; }
span { border-color: rgb(154,188,208); }
td.TdClassName
{
border-color: #9ABCD0;
}
.TagClassName
{
border-color: #9ABCD0;
}
</style>