Shades of Regent St Blue #A6CCD5
Tints of Regent St Blue #A6CCD5
RGB
CMYK
RGB Variations
Color information
#A6CCD5 (or 0xA6CCD5) is known color: Regent St Blue. HEX triplet: A6, CC and D5. RGB value is (166,204,213). Sum of RGB (Red+Green+Blue) = 166+204+213=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCD5 is #59332A. Grayscale: #C1C1C1. Windows color (decimal): -5845803 or 14011558. OLE color: 14011558.
HSL color Cylindrical-coordinate representation of color #A6CCD5: hue angle of 191.49º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6CCD5 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 204 | 213 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.16 |
| HSL | 191.49º | 0.36% | 0.74% | - |
| HSV(B) | 191.49º | 0.22% | 0.84% | - |
| XYZ | 49.33 | 56.1 | 71.18 | - |
| YUV | 193.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 213 | 0.22 | 0.04 | 0 | 0.16 | 191.49 | 0.36 | 0.74 |
| Hex | A6 | CC | D5 | 16 | 4 | 0 | 10 | BF | 24 | 4A |
| Octal | 246 | 314 | 325 | 26 | 4 | 0 | 20 | 277 | 44 | 112 |
| Binary | 10100110 | 11001100 | 11010101 | 10110 | 100 | 0 | 10000 | 10111111 | 100100 | 1001010 |
Color Harmonies of #A6CCD5
Complementary color
Monochromatic Colors of #A6CCD5
Black with #A6CCD5
Text Example
Text Example
White with #A6CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCD5; }
p { color: rgb(166,204,213); }
H1.HeaderClassName
{
color: #A6CCD5;
}
.AnyTagClassName
{
color: #A6CCD5;
}
</style>
background-color css
<style>
a { background-color: #A6CCD5; }
a { background-color: rgb(166,204,213); }
div.DivClassName
{
background-color: #A6CCD5;
}
.BgClassName
{
background-color: #A6CCD5;
}
</style>
border-color css
<style>
span { border-color: #A6CCD5; }
span { border-color: rgb(166,204,213); }
td.TdClassName
{
border-color: #A6CCD5;
}
.TagClassName
{
border-color: #A6CCD5;
}
</style>