Shades of Regent St Blue #9ACEDC
Tints of Regent St Blue #9ACEDC
RGB
CMYK
RGB Variations
Color information
#9ACEDC (or 0x9ACEDC) is known color: Regent St Blue. HEX triplet: 9A, CE and DC. RGB value is (154,206,220). Sum of RGB (Red+Green+Blue) = 154+206+220=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ACEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACEDC is #653123. Grayscale: #BFBFBF. Windows color (decimal): -6631716 or 14470810. OLE color: 14470810.
HSL color Cylindrical-coordinate representation of color #9ACEDC: hue angle of 192.73º degrees, saturation: 0.49, 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 #9ACEDC is Cyan = 0.3, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 206 | 220 | - |
| CMYK | 0.3 | 0.06 | 0 | 0.14 |
| HSL | 192.73º | 0.49% | 0.73% | - |
| HSV(B) | 192.73º | 0.3% | 0.86% | - |
| XYZ | 48.32 | 56.18 | 76.01 | - |
| YUV | 192.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 220 | 0.3 | 0.06 | 0 | 0.14 | 192.73 | 0.49 | 0.73 |
| Hex | 9A | CE | DC | 1E | 6 | 0 | E | C1 | 31 | 49 |
| Octal | 232 | 316 | 334 | 36 | 6 | 0 | 16 | 301 | 61 | 111 |
| Binary | 10011010 | 11001110 | 11011100 | 11110 | 110 | 0 | 1110 | 11000001 | 110001 | 1001001 |
Color Harmonies of #9ACEDC
Complementary color
Monochromatic Colors of #9ACEDC
Black with #9ACEDC
Text Example
Text Example
White with #9ACEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEDC; }
p { color: rgb(154,206,220); }
H1.HeaderClassName
{
color: #9ACEDC;
}
.AnyTagClassName
{
color: #9ACEDC;
}
</style>
background-color css
<style>
a { background-color: #9ACEDC; }
a { background-color: rgb(154,206,220); }
div.DivClassName
{
background-color: #9ACEDC;
}
.BgClassName
{
background-color: #9ACEDC;
}
</style>
border-color css
<style>
span { border-color: #9ACEDC; }
span { border-color: rgb(154,206,220); }
td.TdClassName
{
border-color: #9ACEDC;
}
.TagClassName
{
border-color: #9ACEDC;
}
</style>