Shades of Regent St Blue #A1CAD1
Tints of Regent St Blue #A1CAD1
RGB
CMYK
RGB Variations
Color information
#A1CAD1 (or 0xA1CAD1) is known color: Regent St Blue. HEX triplet: A1, CA and D1. RGB value is (161,202,209). Sum of RGB (Red+Green+Blue) = 161+202+209=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1CAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAD1 is #5E352E. Grayscale: #BEBEBE. Windows color (decimal): -6173999 or 13748897. OLE color: 13748897.
HSL color Cylindrical-coordinate representation of color #A1CAD1: hue angle of 188.75º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1CAD1 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 202 | 209 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.18 |
| HSL | 188.75º | 0.34% | 0.73% | - |
| HSV(B) | 188.75º | 0.23% | 0.82% | - |
| XYZ | 47.33 | 54.42 | 68.33 | - |
| YUV | 190.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 209 | 0.23 | 0.03 | 0 | 0.18 | 188.75 | 0.34 | 0.73 |
| Hex | A1 | CA | D1 | 17 | 3 | 0 | 12 | BD | 22 | 49 |
| Octal | 241 | 312 | 321 | 27 | 3 | 0 | 22 | 275 | 42 | 111 |
| Binary | 10100001 | 11001010 | 11010001 | 10111 | 11 | 0 | 10010 | 10111101 | 100010 | 1001001 |
Color Harmonies of #A1CAD1
Complementary color
Monochromatic Colors of #A1CAD1
Black with #A1CAD1
Text Example
Text Example
White with #A1CAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CAD1; }
p { color: rgb(161,202,209); }
H1.HeaderClassName
{
color: #A1CAD1;
}
.AnyTagClassName
{
color: #A1CAD1;
}
</style>
background-color css
<style>
a { background-color: #A1CAD1; }
a { background-color: rgb(161,202,209); }
div.DivClassName
{
background-color: #A1CAD1;
}
.BgClassName
{
background-color: #A1CAD1;
}
</style>
border-color css
<style>
span { border-color: #A1CAD1; }
span { border-color: rgb(161,202,209); }
td.TdClassName
{
border-color: #A1CAD1;
}
.TagClassName
{
border-color: #A1CAD1;
}
</style>