Shades of Regent St Blue #A6CDD5
Tints of Regent St Blue #A6CDD5
RGB
CMYK
RGB Variations
Color information
#A6CDD5 (or 0xA6CDD5) is known color: Regent St Blue. HEX triplet: A6, CD and D5. RGB value is (166,205,213). Sum of RGB (Red+Green+Blue) = 166+205+213=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDD5 is #59322A. Grayscale: #C2C2C2. Windows color (decimal): -5845547 or 14011814. OLE color: 14011814.
HSL color Cylindrical-coordinate representation of color #A6CDD5: hue angle of 190.21º 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 #A6CDD5 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 205 | 213 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.16 |
| HSL | 190.21º | 0.36% | 0.74% | - |
| HSV(B) | 190.21º | 0.22% | 0.84% | - |
| XYZ | 49.57 | 56.57 | 71.26 | - |
| YUV | 194.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 213 | 0.22 | 0.04 | 0 | 0.16 | 190.21 | 0.36 | 0.74 |
| Hex | A6 | CD | D5 | 16 | 4 | 0 | 10 | BE | 24 | 4A |
| Octal | 246 | 315 | 325 | 26 | 4 | 0 | 20 | 276 | 44 | 112 |
| Binary | 10100110 | 11001101 | 11010101 | 10110 | 100 | 0 | 10000 | 10111110 | 100100 | 1001010 |
Color Harmonies of #A6CDD5
Complementary color
Monochromatic Colors of #A6CDD5
Black with #A6CDD5
Text Example
Text Example
White with #A6CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDD5; }
p { color: rgb(166,205,213); }
H1.HeaderClassName
{
color: #A6CDD5;
}
.AnyTagClassName
{
color: #A6CDD5;
}
</style>
background-color css
<style>
a { background-color: #A6CDD5; }
a { background-color: rgb(166,205,213); }
div.DivClassName
{
background-color: #A6CDD5;
}
.BgClassName
{
background-color: #A6CDD5;
}
</style>
border-color css
<style>
span { border-color: #A6CDD5; }
span { border-color: rgb(166,205,213); }
td.TdClassName
{
border-color: #A6CDD5;
}
.TagClassName
{
border-color: #A6CDD5;
}
</style>