Shades of Regent St Blue #A1CCDC
Tints of Regent St Blue #A1CCDC
RGB
CMYK
RGB Variations
Color information
#A1CCDC (or 0xA1CCDC) is known color: Regent St Blue. HEX triplet: A1, CC and DC. RGB value is (161,204,220). Sum of RGB (Red+Green+Blue) = 161+204+220=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCDC is #5E3323. Grayscale: #C0C0C0. Windows color (decimal): -6173476 or 14470305. OLE color: 14470305.
HSL color Cylindrical-coordinate representation of color #A1CCDC: hue angle of 196.27º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1CCDC is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 204 | 220 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.14 |
| HSL | 196.27º | 0.46% | 0.75% | - |
| HSV(B) | 196.27º | 0.27% | 0.86% | - |
| XYZ | 49.21 | 55.93 | 75.91 | - |
| YUV | 192.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 220 | 0.27 | 0.07 | 0 | 0.14 | 196.27 | 0.46 | 0.75 |
| Hex | A1 | CC | DC | 1B | 7 | 0 | E | C4 | 2E | 4B |
| Octal | 241 | 314 | 334 | 33 | 7 | 0 | 16 | 304 | 56 | 113 |
| Binary | 10100001 | 11001100 | 11011100 | 11011 | 111 | 0 | 1110 | 11000100 | 101110 | 1001011 |
Color Harmonies of #A1CCDC
Complementary color
Monochromatic Colors of #A1CCDC
Black with #A1CCDC
Text Example
Text Example
White with #A1CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCDC; }
p { color: rgb(161,204,220); }
H1.HeaderClassName
{
color: #A1CCDC;
}
.AnyTagClassName
{
color: #A1CCDC;
}
</style>
background-color css
<style>
a { background-color: #A1CCDC; }
a { background-color: rgb(161,204,220); }
div.DivClassName
{
background-color: #A1CCDC;
}
.BgClassName
{
background-color: #A1CCDC;
}
</style>
border-color css
<style>
span { border-color: #A1CCDC; }
span { border-color: rgb(161,204,220); }
td.TdClassName
{
border-color: #A1CCDC;
}
.TagClassName
{
border-color: #A1CCDC;
}
</style>