Shades of Regent St Blue #9ACEDB
Tints of Regent St Blue #9ACEDB
RGB
CMYK
RGB Variations
Color information
#9ACEDB (or 0x9ACEDB) is known color: Regent St Blue. HEX triplet: 9A, CE and DB. RGB value is (154,206,219). Sum of RGB (Red+Green+Blue) = 154+206+219=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ACEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACEDB is #653124. Grayscale: #BFBFBF. Windows color (decimal): -6631717 or 14405274. OLE color: 14405274.
HSL color Cylindrical-coordinate representation of color #9ACEDB: hue angle of 192º 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 #9ACEDB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 206 | 219 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.14 |
| HSL | 192º | 0.47% | 0.73% | - |
| HSV(B) | 192º | 0.3% | 0.86% | - |
| XYZ | 48.18 | 56.13 | 75.31 | - |
| YUV | 191.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 219 | 0.30 | 0.06 | 0 | 0.14 | 192 | 0.47 | 0.73 |
| Hex | 9A | CE | DB | 1E | 6 | 0 | E | C0 | 2F | 49 |
| Octal | 232 | 316 | 333 | 36 | 6 | 0 | 16 | 300 | 57 | 111 |
| Binary | 10011010 | 11001110 | 11011011 | 11110 | 110 | 0 | 1110 | 11000000 | 101111 | 1001001 |
Color Harmonies of #9ACEDB
Complementary color
Monochromatic Colors of #9ACEDB
Black with #9ACEDB
Text Example
Text Example
White with #9ACEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEDB; }
p { color: rgb(154,206,219); }
H1.HeaderClassName
{
color: #9ACEDB;
}
.AnyTagClassName
{
color: #9ACEDB;
}
</style>
background-color css
<style>
a { background-color: #9ACEDB; }
a { background-color: rgb(154,206,219); }
div.DivClassName
{
background-color: #9ACEDB;
}
.BgClassName
{
background-color: #9ACEDB;
}
</style>
border-color css
<style>
span { border-color: #9ACEDB; }
span { border-color: rgb(154,206,219); }
td.TdClassName
{
border-color: #9ACEDB;
}
.TagClassName
{
border-color: #9ACEDB;
}
</style>