Shades of Regent St Blue #9ACDDA
Tints of Regent St Blue #9ACDDA
RGB
CMYK
RGB Variations
Color information
#9ACDDA (or 0x9ACDDA) is known color: Regent St Blue. HEX triplet: 9A, CD and DA. RGB value is (154,205,218). Sum of RGB (Red+Green+Blue) = 154+205+218=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ACDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDDA is #653225. Grayscale: #BFBFBF. Windows color (decimal): -6631974 or 14339482. OLE color: 14339482.
HSL color Cylindrical-coordinate representation of color #9ACDDA: hue angle of 192.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ACDDA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 205 | 218 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.15 |
| HSL | 192.19º | 0.46% | 0.73% | - |
| HSV(B) | 192.19º | 0.29% | 0.85% | - |
| XYZ | 47.81 | 55.59 | 74.54 | - |
| YUV | 191.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 218 | 0.29 | 0.06 | 0 | 0.15 | 192.19 | 0.46 | 0.73 |
| Hex | 9A | CD | DA | 1D | 6 | 0 | F | C0 | 2E | 49 |
| Octal | 232 | 315 | 332 | 35 | 6 | 0 | 17 | 300 | 56 | 111 |
| Binary | 10011010 | 11001101 | 11011010 | 11101 | 110 | 0 | 1111 | 11000000 | 101110 | 1001001 |
Color Harmonies of #9ACDDA
Complementary color
Monochromatic Colors of #9ACDDA
Black with #9ACDDA
Text Example
Text Example
White with #9ACDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDDA; }
p { color: rgb(154,205,218); }
H1.HeaderClassName
{
color: #9ACDDA;
}
.AnyTagClassName
{
color: #9ACDDA;
}
</style>
background-color css
<style>
a { background-color: #9ACDDA; }
a { background-color: rgb(154,205,218); }
div.DivClassName
{
background-color: #9ACDDA;
}
.BgClassName
{
background-color: #9ACDDA;
}
</style>
border-color css
<style>
span { border-color: #9ACDDA; }
span { border-color: rgb(154,205,218); }
td.TdClassName
{
border-color: #9ACDDA;
}
.TagClassName
{
border-color: #9ACDDA;
}
</style>