Shades of Regent St Blue #A2CCDD
Tints of Regent St Blue #A2CCDD
RGB
CMYK
RGB Variations
Color information
#A2CCDD (or 0xA2CCDD) is known color: Regent St Blue. HEX triplet: A2, CC and DD. RGB value is (162,204,221). Sum of RGB (Red+Green+Blue) = 162+204+221=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 204 (80.08% from 255 or 34.75% 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 #A2CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCDD is #5D3322. Grayscale: #C1C1C1. Windows color (decimal): -6107939 or 14535842. OLE color: 14535842.
HSL color Cylindrical-coordinate representation of color #A2CCDD: hue angle of 197.29º degrees, saturation: 0.46, 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 #A2CCDD is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 204 | 221 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.13 |
| HSL | 197.29º | 0.46% | 0.75% | - |
| HSV(B) | 197.29º | 0.27% | 0.87% | - |
| XYZ | 49.54 | 56.09 | 76.62 | - |
| YUV | 193.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 221 | 0.27 | 0.08 | 0 | 0.13 | 197.29 | 0.46 | 0.75 |
| Hex | A2 | CC | DD | 1B | 8 | 0 | D | C5 | 2E | 4B |
| Octal | 242 | 314 | 335 | 33 | 10 | 0 | 15 | 305 | 56 | 113 |
| Binary | 10100010 | 11001100 | 11011101 | 11011 | 1000 | 0 | 1101 | 11000101 | 101110 | 1001011 |
Color Harmonies of #A2CCDD
Complementary color
Monochromatic Colors of #A2CCDD
Black with #A2CCDD
Text Example
Text Example
White with #A2CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CCDD; }
p { color: rgb(162,204,221); }
H1.HeaderClassName
{
color: #A2CCDD;
}
.AnyTagClassName
{
color: #A2CCDD;
}
</style>
background-color css
<style>
a { background-color: #A2CCDD; }
a { background-color: rgb(162,204,221); }
div.DivClassName
{
background-color: #A2CCDD;
}
.BgClassName
{
background-color: #A2CCDD;
}
</style>
border-color css
<style>
span { border-color: #A2CCDD; }
span { border-color: rgb(162,204,221); }
td.TdClassName
{
border-color: #A2CCDD;
}
.TagClassName
{
border-color: #A2CCDD;
}
</style>