Shades of Regent St Blue #A2CED6
Tints of Regent St Blue #A2CED6
RGB
CMYK
RGB Variations
Color information
#A2CED6 (or 0xA2CED6) is known color: Regent St Blue. HEX triplet: A2, CE and D6. RGB value is (162,206,214). Sum of RGB (Red+Green+Blue) = 162+206+214=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 214 - color contains mainly: blue. Hex color #A2CED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CED6 is #5D3129. Grayscale: #C1C1C1. Windows color (decimal): -6107434 or 14077602. OLE color: 14077602.
HSL color Cylindrical-coordinate representation of color #A2CED6: hue angle of 189.23º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2CED6 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 206 | 214 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.16 |
| HSL | 189.23º | 0.39% | 0.74% | - |
| HSV(B) | 189.23º | 0.24% | 0.84% | - |
| XYZ | 49.11 | 56.68 | 71.97 | - |
| YUV | 193.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 214 | 0.24 | 0.04 | 0 | 0.16 | 189.23 | 0.39 | 0.74 |
| Hex | A2 | CE | D6 | 18 | 4 | 0 | 10 | BD | 27 | 4A |
| Octal | 242 | 316 | 326 | 30 | 4 | 0 | 20 | 275 | 47 | 112 |
| Binary | 10100010 | 11001110 | 11010110 | 11000 | 100 | 0 | 10000 | 10111101 | 100111 | 1001010 |
Color Harmonies of #A2CED6
Complementary color
Monochromatic Colors of #A2CED6
Black with #A2CED6
Text Example
Text Example
White with #A2CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CED6; }
p { color: rgb(162,206,214); }
H1.HeaderClassName
{
color: #A2CED6;
}
.AnyTagClassName
{
color: #A2CED6;
}
</style>
background-color css
<style>
a { background-color: #A2CED6; }
a { background-color: rgb(162,206,214); }
div.DivClassName
{
background-color: #A2CED6;
}
.BgClassName
{
background-color: #A2CED6;
}
</style>
border-color css
<style>
span { border-color: #A2CED6; }
span { border-color: rgb(162,206,214); }
td.TdClassName
{
border-color: #A2CED6;
}
.TagClassName
{
border-color: #A2CED6;
}
</style>