Shades of Regent St Blue #A4CED6
Tints of Regent St Blue #A4CED6
RGB
CMYK
RGB Variations
Color information
#A4CED6 (or 0xA4CED6) is known color: Regent St Blue. HEX triplet: A4, CE and D6. RGB value is (164,206,214). Sum of RGB (Red+Green+Blue) = 164+206+214=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #A4CED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CED6 is #5B3129. Grayscale: #C2C2C2. Windows color (decimal): -5976362 or 14077604. OLE color: 14077604.
HSL color Cylindrical-coordinate representation of color #A4CED6: hue angle of 189.6º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4CED6 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 206 | 214 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.16 |
| HSL | 189.6º | 0.38% | 0.74% | - |
| HSV(B) | 189.6º | 0.23% | 0.84% | - |
| XYZ | 49.52 | 56.89 | 71.99 | - |
| YUV | 194.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 214 | 0.23 | 0.04 | 0 | 0.16 | 189.6 | 0.38 | 0.74 |
| Hex | A4 | CE | D6 | 17 | 4 | 0 | 10 | BE | 26 | 4A |
| Octal | 244 | 316 | 326 | 27 | 4 | 0 | 20 | 276 | 46 | 112 |
| Binary | 10100100 | 11001110 | 11010110 | 10111 | 100 | 0 | 10000 | 10111110 | 100110 | 1001010 |
Color Harmonies of #A4CED6
Complementary color
Monochromatic Colors of #A4CED6
Black with #A4CED6
Text Example
Text Example
White with #A4CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CED6; }
p { color: rgb(164,206,214); }
H1.HeaderClassName
{
color: #A4CED6;
}
.AnyTagClassName
{
color: #A4CED6;
}
</style>
background-color css
<style>
a { background-color: #A4CED6; }
a { background-color: rgb(164,206,214); }
div.DivClassName
{
background-color: #A4CED6;
}
.BgClassName
{
background-color: #A4CED6;
}
</style>
border-color css
<style>
span { border-color: #A4CED6; }
span { border-color: rgb(164,206,214); }
td.TdClassName
{
border-color: #A4CED6;
}
.TagClassName
{
border-color: #A4CED6;
}
</style>