Shades of Regent St Blue #9ACCDC
Tints of Regent St Blue #9ACCDC
RGB
CMYK
RGB Variations
Color information
#9ACCDC (or 0x9ACCDC) is known color: Regent St Blue. HEX triplet: 9A, CC and DC. RGB value is (154,204,220). Sum of RGB (Red+Green+Blue) = 154+204+220=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ACCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCDC is #653323. Grayscale: #BEBEBE. Windows color (decimal): -6632228 or 14470298. OLE color: 14470298.
HSL color Cylindrical-coordinate representation of color #9ACCDC: hue angle of 194.55º 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 #9ACCDC is Cyan = 0.3, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 204 | 220 | - |
| CMYK | 0.3 | 0.07 | 0 | 0.14 |
| HSL | 194.55º | 0.49% | 0.73% | - |
| HSV(B) | 194.55º | 0.3% | 0.86% | - |
| XYZ | 47.84 | 55.22 | 75.85 | - |
| YUV | 190.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 220 | 0.3 | 0.07 | 0 | 0.14 | 194.55 | 0.49 | 0.73 |
| Hex | 9A | CC | DC | 1E | 7 | 0 | E | C3 | 31 | 49 |
| Octal | 232 | 314 | 334 | 36 | 7 | 0 | 16 | 303 | 61 | 111 |
| Binary | 10011010 | 11001100 | 11011100 | 11110 | 111 | 0 | 1110 | 11000011 | 110001 | 1001001 |
Color Harmonies of #9ACCDC
Complementary color
Monochromatic Colors of #9ACCDC
Black with #9ACCDC
Text Example
Text Example
White with #9ACCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCDC; }
p { color: rgb(154,204,220); }
H1.HeaderClassName
{
color: #9ACCDC;
}
.AnyTagClassName
{
color: #9ACCDC;
}
</style>
background-color css
<style>
a { background-color: #9ACCDC; }
a { background-color: rgb(154,204,220); }
div.DivClassName
{
background-color: #9ACCDC;
}
.BgClassName
{
background-color: #9ACCDC;
}
</style>
border-color css
<style>
span { border-color: #9ACCDC; }
span { border-color: rgb(154,204,220); }
td.TdClassName
{
border-color: #9ACCDC;
}
.TagClassName
{
border-color: #9ACCDC;
}
</style>