Shades of Regent St Blue #A7CDD6
Tints of Regent St Blue #A7CDD6
RGB
CMYK
RGB Variations
Color information
#A7CDD6 (or 0xA7CDD6) is known color: Regent St Blue. HEX triplet: A7, CD and D6. RGB value is (167,205,214). Sum of RGB (Red+Green+Blue) = 167+205+214=586 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.50% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: blue. Hex color #A7CDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDD6 is #583229. Grayscale: #C2C2C2. Windows color (decimal): -5780010 or 14077351. OLE color: 14077351.
HSL color Cylindrical-coordinate representation of color #A7CDD6: hue angle of 191.49º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7CDD6 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 205 | 214 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.16 |
| HSL | 191.49º | 0.36% | 0.75% | - |
| HSV(B) | 191.49º | 0.22% | 0.84% | - |
| XYZ | 49.91 | 56.73 | 71.94 | - |
| YUV | 194.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 205 | 214 | 0.22 | 0.04 | 0 | 0.16 | 191.49 | 0.36 | 0.75 |
| Hex | A7 | CD | D6 | 16 | 4 | 0 | 10 | BF | 24 | 4B |
| Octal | 247 | 315 | 326 | 26 | 4 | 0 | 20 | 277 | 44 | 113 |
| Binary | 10100111 | 11001101 | 11010110 | 10110 | 100 | 0 | 10000 | 10111111 | 100100 | 1001011 |
Color Harmonies of #A7CDD6
Complementary color
Monochromatic Colors of #A7CDD6
Black with #A7CDD6
Text Example
Text Example
White with #A7CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CDD6; }
p { color: rgb(167,205,214); }
H1.HeaderClassName
{
color: #A7CDD6;
}
.AnyTagClassName
{
color: #A7CDD6;
}
</style>
background-color css
<style>
a { background-color: #A7CDD6; }
a { background-color: rgb(167,205,214); }
div.DivClassName
{
background-color: #A7CDD6;
}
.BgClassName
{
background-color: #A7CDD6;
}
</style>
border-color css
<style>
span { border-color: #A7CDD6; }
span { border-color: rgb(167,205,214); }
td.TdClassName
{
border-color: #A7CDD6;
}
.TagClassName
{
border-color: #A7CDD6;
}
</style>