Shades of Regent St Blue #A1CDDD
Tints of Regent St Blue #A1CDDD
RGB
CMYK
RGB Variations
Color information
#A1CDDD (or 0xA1CDDD) is known color: Regent St Blue. HEX triplet: A1, CD and DD. RGB value is (161,205,221). Sum of RGB (Red+Green+Blue) = 161+205+221=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDDD is #5E3222. Grayscale: #C1C1C1. Windows color (decimal): -6173219 or 14536097. OLE color: 14536097.
HSL color Cylindrical-coordinate representation of color #A1CDDD: hue angle of 196º 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 #A1CDDD is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 205 | 221 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.13 |
| HSL | 196º | 0.47% | 0.75% | - |
| HSV(B) | 196º | 0.27% | 0.87% | - |
| XYZ | 49.58 | 56.46 | 76.69 | - |
| YUV | 193.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 221 | 0.27 | 0.07 | 0 | 0.13 | 196 | 0.47 | 0.75 |
| Hex | A1 | CD | DD | 1B | 7 | 0 | D | C4 | 2F | 4B |
| Octal | 241 | 315 | 335 | 33 | 7 | 0 | 15 | 304 | 57 | 113 |
| Binary | 10100001 | 11001101 | 11011101 | 11011 | 111 | 0 | 1101 | 11000100 | 101111 | 1001011 |
Color Harmonies of #A1CDDD
Complementary color
Monochromatic Colors of #A1CDDD
Black with #A1CDDD
Text Example
Text Example
White with #A1CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDDD; }
p { color: rgb(161,205,221); }
H1.HeaderClassName
{
color: #A1CDDD;
}
.AnyTagClassName
{
color: #A1CDDD;
}
</style>
background-color css
<style>
a { background-color: #A1CDDD; }
a { background-color: rgb(161,205,221); }
div.DivClassName
{
background-color: #A1CDDD;
}
.BgClassName
{
background-color: #A1CDDD;
}
</style>
border-color css
<style>
span { border-color: #A1CDDD; }
span { border-color: rgb(161,205,221); }
td.TdClassName
{
border-color: #A1CDDD;
}
.TagClassName
{
border-color: #A1CDDD;
}
</style>