Shades of Regent St Blue #A2CCDC
Tints of Regent St Blue #A2CCDC
RGB
CMYK
RGB Variations
Color information
#A2CCDC (or 0xA2CCDC) is known color: Regent St Blue. HEX triplet: A2, CC and DC. RGB value is (162,204,220). Sum of RGB (Red+Green+Blue) = 162+204+220=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCDC is #5D3323. Grayscale: #C1C1C1. Windows color (decimal): -6107940 or 14470306. OLE color: 14470306.
HSL color Cylindrical-coordinate representation of color #A2CCDC: hue angle of 196.55º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2CCDC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 204 | 220 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.14 |
| HSL | 196.55º | 0.45% | 0.75% | - |
| HSV(B) | 196.55º | 0.26% | 0.86% | - |
| XYZ | 49.41 | 56.03 | 75.92 | - |
| YUV | 193.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 220 | 0.26 | 0.07 | 0 | 0.14 | 196.55 | 0.45 | 0.75 |
| Hex | A2 | CC | DC | 1A | 7 | 0 | E | C5 | 2D | 4B |
| Octal | 242 | 314 | 334 | 32 | 7 | 0 | 16 | 305 | 55 | 113 |
| Binary | 10100010 | 11001100 | 11011100 | 11010 | 111 | 0 | 1110 | 11000101 | 101101 | 1001011 |
Color Harmonies of #A2CCDC
Complementary color
Monochromatic Colors of #A2CCDC
Black with #A2CCDC
Text Example
Text Example
White with #A2CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CCDC; }
p { color: rgb(162,204,220); }
H1.HeaderClassName
{
color: #A2CCDC;
}
.AnyTagClassName
{
color: #A2CCDC;
}
</style>
background-color css
<style>
a { background-color: #A2CCDC; }
a { background-color: rgb(162,204,220); }
div.DivClassName
{
background-color: #A2CCDC;
}
.BgClassName
{
background-color: #A2CCDC;
}
</style>
border-color css
<style>
span { border-color: #A2CCDC; }
span { border-color: rgb(162,204,220); }
td.TdClassName
{
border-color: #A2CCDC;
}
.TagClassName
{
border-color: #A2CCDC;
}
</style>