Shades of Regent St Blue #A6CDD7
Tints of Regent St Blue #A6CDD7
RGB
CMYK
RGB Variations
Color information
#A6CDD7 (or 0xA6CDD7) is known color: Regent St Blue. HEX triplet: A6, CD and D7. RGB value is (166,205,215). Sum of RGB (Red+Green+Blue) = 166+205+215=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #A6CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDD7 is #593228. Grayscale: #C2C2C2. Windows color (decimal): -5845545 or 14142886. OLE color: 14142886.
HSL color Cylindrical-coordinate representation of color #A6CDD7: hue angle of 192.24º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6CDD7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 205 | 215 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.16 |
| HSL | 192.24º | 0.38% | 0.75% | - |
| HSV(B) | 192.24º | 0.23% | 0.84% | - |
| XYZ | 49.82 | 56.68 | 72.6 | - |
| YUV | 194.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 215 | 0.23 | 0.05 | 0 | 0.16 | 192.24 | 0.38 | 0.75 |
| Hex | A6 | CD | D7 | 17 | 5 | 0 | 10 | C0 | 26 | 4B |
| Octal | 246 | 315 | 327 | 27 | 5 | 0 | 20 | 300 | 46 | 113 |
| Binary | 10100110 | 11001101 | 11010111 | 10111 | 101 | 0 | 10000 | 11000000 | 100110 | 1001011 |
Color Harmonies of #A6CDD7
Complementary color
Monochromatic Colors of #A6CDD7
Black with #A6CDD7
Text Example
Text Example
White with #A6CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDD7; }
p { color: rgb(166,205,215); }
H1.HeaderClassName
{
color: #A6CDD7;
}
.AnyTagClassName
{
color: #A6CDD7;
}
</style>
background-color css
<style>
a { background-color: #A6CDD7; }
a { background-color: rgb(166,205,215); }
div.DivClassName
{
background-color: #A6CDD7;
}
.BgClassName
{
background-color: #A6CDD7;
}
</style>
border-color css
<style>
span { border-color: #A6CDD7; }
span { border-color: rgb(166,205,215); }
td.TdClassName
{
border-color: #A6CDD7;
}
.TagClassName
{
border-color: #A6CDD7;
}
</style>