Shades of Regent St Blue #A2C1D4
Tints of Regent St Blue #A2C1D4
RGB
CMYK
RGB Variations
Color information
#A2C1D4 (or 0xA2C1D4) is known color: Regent St Blue. HEX triplet: A2, C1 and D4. RGB value is (162,193,212). Sum of RGB (Red+Green+Blue) = 162+193+212=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 212 - color contains mainly: blue. Hex color #A2C1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C1D4 is #5D3E2B. Grayscale: #B9B9B9. Windows color (decimal): -6110764 or 13943202. OLE color: 13943202.
HSL color Cylindrical-coordinate representation of color #A2C1D4: hue angle of 202.8º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2C1D4 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 193 | 212 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.17 |
| HSL | 202.8º | 0.37% | 0.73% | - |
| HSV(B) | 202.8º | 0.24% | 0.83% | - |
| XYZ | 45.85 | 50.57 | 69.63 | - |
| YUV | 185.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 212 | 0.24 | 0.09 | 0 | 0.17 | 202.8 | 0.37 | 0.73 |
| Hex | A2 | C1 | D4 | 18 | 9 | 0 | 11 | CB | 25 | 49 |
| Octal | 242 | 301 | 324 | 30 | 11 | 0 | 21 | 313 | 45 | 111 |
| Binary | 10100010 | 11000001 | 11010100 | 11000 | 1001 | 0 | 10001 | 11001011 | 100101 | 1001001 |
Color Harmonies of #A2C1D4
Complementary color
Monochromatic Colors of #A2C1D4
Black with #A2C1D4
Text Example
Text Example
White with #A2C1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C1D4; }
p { color: rgb(162,193,212); }
H1.HeaderClassName
{
color: #A2C1D4;
}
.AnyTagClassName
{
color: #A2C1D4;
}
</style>
background-color css
<style>
a { background-color: #A2C1D4; }
a { background-color: rgb(162,193,212); }
div.DivClassName
{
background-color: #A2C1D4;
}
.BgClassName
{
background-color: #A2C1D4;
}
</style>
border-color css
<style>
span { border-color: #A2C1D4; }
span { border-color: rgb(162,193,212); }
td.TdClassName
{
border-color: #A2C1D4;
}
.TagClassName
{
border-color: #A2C1D4;
}
</style>