Shades of Regent St Blue #A5CDD6
Tints of Regent St Blue #A5CDD6
RGB
CMYK
RGB Variations
Color information
#A5CDD6 (or 0xA5CDD6) is known color: Regent St Blue. HEX triplet: A5, CD and D6. RGB value is (165,205,214). Sum of RGB (Red+Green+Blue) = 165+205+214=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #A5CDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDD6 is #5A3229. Grayscale: #C1C1C1. Windows color (decimal): -5911082 or 14077349. OLE color: 14077349.
HSL color Cylindrical-coordinate representation of color #A5CDD6: hue angle of 191.02º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5CDD6 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 205 | 214 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.16 |
| HSL | 191.02º | 0.37% | 0.74% | - |
| HSV(B) | 191.02º | 0.23% | 0.84% | - |
| XYZ | 49.49 | 56.52 | 71.92 | - |
| YUV | 194.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 214 | 0.23 | 0.04 | 0 | 0.16 | 191.02 | 0.37 | 0.74 |
| Hex | A5 | CD | D6 | 17 | 4 | 0 | 10 | BF | 25 | 4A |
| Octal | 245 | 315 | 326 | 27 | 4 | 0 | 20 | 277 | 45 | 112 |
| Binary | 10100101 | 11001101 | 11010110 | 10111 | 100 | 0 | 10000 | 10111111 | 100101 | 1001010 |
Color Harmonies of #A5CDD6
Complementary color
Monochromatic Colors of #A5CDD6
Black with #A5CDD6
Text Example
Text Example
White with #A5CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDD6; }
p { color: rgb(165,205,214); }
H1.HeaderClassName
{
color: #A5CDD6;
}
.AnyTagClassName
{
color: #A5CDD6;
}
</style>
background-color css
<style>
a { background-color: #A5CDD6; }
a { background-color: rgb(165,205,214); }
div.DivClassName
{
background-color: #A5CDD6;
}
.BgClassName
{
background-color: #A5CDD6;
}
</style>
border-color css
<style>
span { border-color: #A5CDD6; }
span { border-color: rgb(165,205,214); }
td.TdClassName
{
border-color: #A5CDD6;
}
.TagClassName
{
border-color: #A5CDD6;
}
</style>