Shades of Regent St Blue #9ACEDE
Tints of Regent St Blue #9ACEDE
RGB
CMYK
RGB Variations
Color information
#9ACEDE (or 0x9ACEDE) is known color: Regent St Blue. HEX triplet: 9A, CE and DE. RGB value is (154,206,222). Sum of RGB (Red+Green+Blue) = 154+206+222=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ACEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACEDE is #653121. Grayscale: #C0C0C0. Windows color (decimal): -6631714 or 14601882. OLE color: 14601882.
HSL color Cylindrical-coordinate representation of color #9ACEDE: hue angle of 194.12º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ACEDE is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 206 | 222 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.13 |
| HSL | 194.12º | 0.51% | 0.74% | - |
| HSV(B) | 194.12º | 0.31% | 0.87% | - |
| XYZ | 48.58 | 56.29 | 77.41 | - |
| YUV | 192.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 222 | 0.31 | 0.07 | 0 | 0.13 | 194.12 | 0.51 | 0.74 |
| Hex | 9A | CE | DE | 1F | 7 | 0 | D | C2 | 33 | 4A |
| Octal | 232 | 316 | 336 | 37 | 7 | 0 | 15 | 302 | 63 | 112 |
| Binary | 10011010 | 11001110 | 11011110 | 11111 | 111 | 0 | 1101 | 11000010 | 110011 | 1001010 |
Color Harmonies of #9ACEDE
Complementary color
Monochromatic Colors of #9ACEDE
Black with #9ACEDE
Text Example
Text Example
White with #9ACEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEDE; }
p { color: rgb(154,206,222); }
H1.HeaderClassName
{
color: #9ACEDE;
}
.AnyTagClassName
{
color: #9ACEDE;
}
</style>
background-color css
<style>
a { background-color: #9ACEDE; }
a { background-color: rgb(154,206,222); }
div.DivClassName
{
background-color: #9ACEDE;
}
.BgClassName
{
background-color: #9ACEDE;
}
</style>
border-color css
<style>
span { border-color: #9ACEDE; }
span { border-color: rgb(154,206,222); }
td.TdClassName
{
border-color: #9ACEDE;
}
.TagClassName
{
border-color: #9ACEDE;
}
</style>