Shades of Regent St Blue #9ABDD0
Tints of Regent St Blue #9ABDD0
RGB
CMYK
RGB Variations
Color information
#9ABDD0 (or 0x9ABDD0) is known color: Regent St Blue. HEX triplet: 9A, BD and D0. RGB value is (154,189,208). Sum of RGB (Red+Green+Blue) = 154+189+208=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #9ABDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDD0 is #65422F. Grayscale: #B4B4B4. Windows color (decimal): -6636080 or 13680026. OLE color: 13680026.
HSL color Cylindrical-coordinate representation of color #9ABDD0: hue angle of 201.11º 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 #9ABDD0 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 189 | 208 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.18 |
| HSL | 201.11º | 0.36% | 0.71% | - |
| HSV(B) | 201.11º | 0.26% | 0.82% | - |
| XYZ | 42.91 | 47.82 | 66.64 | - |
| YUV | 180.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 208 | 0.26 | 0.09 | 0 | 0.18 | 201.11 | 0.36 | 0.71 |
| Hex | 9A | BD | D0 | 1A | 9 | 0 | 12 | C9 | 24 | 47 |
| Octal | 232 | 275 | 320 | 32 | 11 | 0 | 22 | 311 | 44 | 107 |
| Binary | 10011010 | 10111101 | 11010000 | 11010 | 1001 | 0 | 10010 | 11001001 | 100100 | 1000111 |
Color Harmonies of #9ABDD0
Complementary color
Monochromatic Colors of #9ABDD0
Black with #9ABDD0
Text Example
Text Example
White with #9ABDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDD0; }
p { color: rgb(154,189,208); }
H1.HeaderClassName
{
color: #9ABDD0;
}
.AnyTagClassName
{
color: #9ABDD0;
}
</style>
background-color css
<style>
a { background-color: #9ABDD0; }
a { background-color: rgb(154,189,208); }
div.DivClassName
{
background-color: #9ABDD0;
}
.BgClassName
{
background-color: #9ABDD0;
}
</style>
border-color css
<style>
span { border-color: #9ABDD0; }
span { border-color: rgb(154,189,208); }
td.TdClassName
{
border-color: #9ABDD0;
}
.TagClassName
{
border-color: #9ABDD0;
}
</style>