Shades of Regent St Blue #9ACCDB
Tints of Regent St Blue #9ACCDB
RGB
CMYK
RGB Variations
Color information
#9ACCDB (or 0x9ACCDB) is known color: Regent St Blue. HEX triplet: 9A, CC and DB. RGB value is (154,204,219). Sum of RGB (Red+Green+Blue) = 154+204+219=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ACCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCDB is #653324. Grayscale: #BEBEBE. Windows color (decimal): -6632229 or 14404762. OLE color: 14404762.
HSL color Cylindrical-coordinate representation of color #9ACCDB: hue angle of 193.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACCDB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 204 | 219 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.14 |
| HSL | 193.85º | 0.47% | 0.73% | - |
| HSV(B) | 193.85º | 0.3% | 0.86% | - |
| XYZ | 47.71 | 55.17 | 75.15 | - |
| YUV | 190.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 219 | 0.30 | 0.07 | 0 | 0.14 | 193.85 | 0.47 | 0.73 |
| Hex | 9A | CC | DB | 1E | 7 | 0 | E | C2 | 2F | 49 |
| Octal | 232 | 314 | 333 | 36 | 7 | 0 | 16 | 302 | 57 | 111 |
| Binary | 10011010 | 11001100 | 11011011 | 11110 | 111 | 0 | 1110 | 11000010 | 101111 | 1001001 |
Color Harmonies of #9ACCDB
Complementary color
Monochromatic Colors of #9ACCDB
Black with #9ACCDB
Text Example
Text Example
White with #9ACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCDB; }
p { color: rgb(154,204,219); }
H1.HeaderClassName
{
color: #9ACCDB;
}
.AnyTagClassName
{
color: #9ACCDB;
}
</style>
background-color css
<style>
a { background-color: #9ACCDB; }
a { background-color: rgb(154,204,219); }
div.DivClassName
{
background-color: #9ACCDB;
}
.BgClassName
{
background-color: #9ACCDB;
}
</style>
border-color css
<style>
span { border-color: #9ACCDB; }
span { border-color: rgb(154,204,219); }
td.TdClassName
{
border-color: #9ACCDB;
}
.TagClassName
{
border-color: #9ACCDB;
}
</style>