Shades of Regent St Blue #A7CED4
Tints of Regent St Blue #A7CED4
RGB
CMYK
RGB Variations
Color information
#A7CED4 (or 0xA7CED4) is known color: Regent St Blue. HEX triplet: A7, CE and D4. RGB value is (167,206,212). Sum of RGB (Red+Green+Blue) = 167+206+212=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 212 - color contains mainly: blue. Hex color #A7CED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CED4 is #58312B. Grayscale: #C2C2C2. Windows color (decimal): -5779756 or 13946535. OLE color: 13946535.
HSL color Cylindrical-coordinate representation of color #A7CED4: hue angle of 188º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7CED4 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 206 | 212 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.17 |
| HSL | 188º | 0.34% | 0.74% | - |
| HSV(B) | 188º | 0.21% | 0.83% | - |
| XYZ | 49.89 | 57.11 | 70.68 | - |
| YUV | 195.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 212 | 0.21 | 0.03 | 0 | 0.17 | 188 | 0.34 | 0.74 |
| Hex | A7 | CE | D4 | 15 | 3 | 0 | 11 | BC | 22 | 4A |
| Octal | 247 | 316 | 324 | 25 | 3 | 0 | 21 | 274 | 42 | 112 |
| Binary | 10100111 | 11001110 | 11010100 | 10101 | 11 | 0 | 10001 | 10111100 | 100010 | 1001010 |
Color Harmonies of #A7CED4
Complementary color
Monochromatic Colors of #A7CED4
Black with #A7CED4
Text Example
Text Example
White with #A7CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CED4; }
p { color: rgb(167,206,212); }
H1.HeaderClassName
{
color: #A7CED4;
}
.AnyTagClassName
{
color: #A7CED4;
}
</style>
background-color css
<style>
a { background-color: #A7CED4; }
a { background-color: rgb(167,206,212); }
div.DivClassName
{
background-color: #A7CED4;
}
.BgClassName
{
background-color: #A7CED4;
}
</style>
border-color css
<style>
span { border-color: #A7CED4; }
span { border-color: rgb(167,206,212); }
td.TdClassName
{
border-color: #A7CED4;
}
.TagClassName
{
border-color: #A7CED4;
}
</style>