Shades of Regent St Blue #A2C2CD
Tints of Regent St Blue #A2C2CD
RGB
CMYK
RGB Variations
Color information
#A2C2CD (or 0xA2C2CD) is known color: Regent St Blue. HEX triplet: A2, C2 and CD. RGB value is (162,194,205). Sum of RGB (Red+Green+Blue) = 162+194+205=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C2CD is #5D3D32. Grayscale: #B9B9B9. Windows color (decimal): -6110515 or 13484706. OLE color: 13484706.
HSL color Cylindrical-coordinate representation of color #A2C2CD: hue angle of 195.35º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2C2CD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 194 | 205 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.20 |
| HSL | 195.35º | 0.3% | 0.72% | - |
| HSV(B) | 195.35º | 0.21% | 0.8% | - |
| XYZ | 45.21 | 50.67 | 65.16 | - |
| YUV | 185.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 205 | 0.21 | 0.05 | 0 | 0.20 | 195.35 | 0.3 | 0.72 |
| Hex | A2 | C2 | CD | 15 | 5 | 0 | 14 | C3 | 1E | 48 |
| Octal | 242 | 302 | 315 | 25 | 5 | 0 | 24 | 303 | 36 | 110 |
| Binary | 10100010 | 11000010 | 11001101 | 10101 | 101 | 0 | 10100 | 11000011 | 11110 | 1001000 |
Color Harmonies of #A2C2CD
Complementary color
Monochromatic Colors of #A2C2CD
Black with #A2C2CD
Text Example
Text Example
White with #A2C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2CD; }
p { color: rgb(162,194,205); }
H1.HeaderClassName
{
color: #A2C2CD;
}
.AnyTagClassName
{
color: #A2C2CD;
}
</style>
background-color css
<style>
a { background-color: #A2C2CD; }
a { background-color: rgb(162,194,205); }
div.DivClassName
{
background-color: #A2C2CD;
}
.BgClassName
{
background-color: #A2C2CD;
}
</style>
border-color css
<style>
span { border-color: #A2C2CD; }
span { border-color: rgb(162,194,205); }
td.TdClassName
{
border-color: #A2C2CD;
}
.TagClassName
{
border-color: #A2C2CD;
}
</style>