Shades of Regent St Blue #A2C2CF
Tints of Regent St Blue #A2C2CF
RGB
CMYK
RGB Variations
Color information
#A2C2CF (or 0xA2C2CF) is known color: Regent St Blue. HEX triplet: A2, C2 and CF. RGB value is (162,194,207). Sum of RGB (Red+Green+Blue) = 162+194+207=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2C2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C2CF is #5D3D30. Grayscale: #B9B9B9. Windows color (decimal): -6110513 or 13615778. OLE color: 13615778.
HSL color Cylindrical-coordinate representation of color #A2C2CF: hue angle of 197.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2C2CF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 194 | 207 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.19 |
| HSL | 197.33º | 0.32% | 0.72% | - |
| HSV(B) | 197.33º | 0.22% | 0.81% | - |
| XYZ | 45.45 | 50.77 | 66.44 | - |
| YUV | 185.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 207 | 0.22 | 0.06 | 0 | 0.19 | 197.33 | 0.32 | 0.72 |
| Hex | A2 | C2 | CF | 16 | 6 | 0 | 13 | C5 | 20 | 48 |
| Octal | 242 | 302 | 317 | 26 | 6 | 0 | 23 | 305 | 40 | 110 |
| Binary | 10100010 | 11000010 | 11001111 | 10110 | 110 | 0 | 10011 | 11000101 | 100000 | 1001000 |
Color Harmonies of #A2C2CF
Complementary color
Monochromatic Colors of #A2C2CF
Black with #A2C2CF
Text Example
Text Example
White with #A2C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2CF; }
p { color: rgb(162,194,207); }
H1.HeaderClassName
{
color: #A2C2CF;
}
.AnyTagClassName
{
color: #A2C2CF;
}
</style>
background-color css
<style>
a { background-color: #A2C2CF; }
a { background-color: rgb(162,194,207); }
div.DivClassName
{
background-color: #A2C2CF;
}
.BgClassName
{
background-color: #A2C2CF;
}
</style>
border-color css
<style>
span { border-color: #A2C2CF; }
span { border-color: rgb(162,194,207); }
td.TdClassName
{
border-color: #A2C2CF;
}
.TagClassName
{
border-color: #A2C2CF;
}
</style>