Shades of Regent St Blue #A1CCDD
Tints of Regent St Blue #A1CCDD
RGB
CMYK
RGB Variations
Color information
#A1CCDD (or 0xA1CCDD) is known color: Regent St Blue. HEX triplet: A1, CC and DD. RGB value is (161,204,221). Sum of RGB (Red+Green+Blue) = 161+204+221=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCDD is #5E3322. Grayscale: #C0C0C0. Windows color (decimal): -6173475 or 14535841. OLE color: 14535841.
HSL color Cylindrical-coordinate representation of color #A1CCDD: hue angle of 197º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1CCDD is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 204 | 221 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.13 |
| HSL | 197º | 0.47% | 0.75% | - |
| HSV(B) | 197º | 0.27% | 0.87% | - |
| XYZ | 49.34 | 55.98 | 76.61 | - |
| YUV | 193.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 221 | 0.27 | 0.08 | 0 | 0.13 | 197 | 0.47 | 0.75 |
| Hex | A1 | CC | DD | 1B | 8 | 0 | D | C5 | 2F | 4B |
| Octal | 241 | 314 | 335 | 33 | 10 | 0 | 15 | 305 | 57 | 113 |
| Binary | 10100001 | 11001100 | 11011101 | 11011 | 1000 | 0 | 1101 | 11000101 | 101111 | 1001011 |
Color Harmonies of #A1CCDD
Complementary color
Monochromatic Colors of #A1CCDD
Black with #A1CCDD
Text Example
Text Example
White with #A1CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCDD; }
p { color: rgb(161,204,221); }
H1.HeaderClassName
{
color: #A1CCDD;
}
.AnyTagClassName
{
color: #A1CCDD;
}
</style>
background-color css
<style>
a { background-color: #A1CCDD; }
a { background-color: rgb(161,204,221); }
div.DivClassName
{
background-color: #A1CCDD;
}
.BgClassName
{
background-color: #A1CCDD;
}
</style>
border-color css
<style>
span { border-color: #A1CCDD; }
span { border-color: rgb(161,204,221); }
td.TdClassName
{
border-color: #A1CCDD;
}
.TagClassName
{
border-color: #A1CCDD;
}
</style>