Shades of Regent St Blue #9ACADC
Tints of Regent St Blue #9ACADC
RGB
CMYK
RGB Variations
Color information
#9ACADC (or 0x9ACADC) is known color: Regent St Blue. HEX triplet: 9A, CA and DC. RGB value is (154,202,220). Sum of RGB (Red+Green+Blue) = 154+202+220=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ACADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACADC is #653523. Grayscale: #BDBDBD. Windows color (decimal): -6632740 or 14469786. OLE color: 14469786.
HSL color Cylindrical-coordinate representation of color #9ACADC: hue angle of 196.36º 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 #9ACADC is Cyan = 0.3, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 202 | 220 | - |
| CMYK | 0.3 | 0.08 | 0 | 0.14 |
| HSL | 196.36º | 0.49% | 0.73% | - |
| HSV(B) | 196.36º | 0.3% | 0.86% | - |
| XYZ | 47.37 | 54.28 | 75.69 | - |
| YUV | 189.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 202 | 220 | 0.3 | 0.08 | 0 | 0.14 | 196.36 | 0.49 | 0.73 |
| Hex | 9A | CA | DC | 1E | 8 | 0 | E | C4 | 31 | 49 |
| Octal | 232 | 312 | 334 | 36 | 10 | 0 | 16 | 304 | 61 | 111 |
| Binary | 10011010 | 11001010 | 11011100 | 11110 | 1000 | 0 | 1110 | 11000100 | 110001 | 1001001 |
Color Harmonies of #9ACADC
Complementary color
Monochromatic Colors of #9ACADC
Black with #9ACADC
Text Example
Text Example
White with #9ACADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACADC; }
p { color: rgb(154,202,220); }
H1.HeaderClassName
{
color: #9ACADC;
}
.AnyTagClassName
{
color: #9ACADC;
}
</style>
background-color css
<style>
a { background-color: #9ACADC; }
a { background-color: rgb(154,202,220); }
div.DivClassName
{
background-color: #9ACADC;
}
.BgClassName
{
background-color: #9ACADC;
}
</style>
border-color css
<style>
span { border-color: #9ACADC; }
span { border-color: rgb(154,202,220); }
td.TdClassName
{
border-color: #9ACADC;
}
.TagClassName
{
border-color: #9ACADC;
}
</style>