Shades of Regent St Blue #A5C7DC
Tints of Regent St Blue #A5C7DC
RGB
CMYK
RGB Variations
Color information
#A5C7DC (or 0xA5C7DC) is known color: Regent St Blue. HEX triplet: A5, C7 and DC. RGB value is (165,199,220). Sum of RGB (Red+Green+Blue) = 165+199+220=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C7DC is #5A3823. Grayscale: #BFBFBF. Windows color (decimal): -5912612 or 14469029. OLE color: 14469029.
HSL color Cylindrical-coordinate representation of color #A5C7DC: hue angle of 202.91º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5C7DC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 199 | 220 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.14 |
| HSL | 202.91º | 0.44% | 0.75% | - |
| HSV(B) | 202.91º | 0.25% | 0.86% | - |
| XYZ | 48.86 | 54.01 | 75.56 | - |
| YUV | 191.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 220 | 0.25 | 0.10 | 0 | 0.14 | 202.91 | 0.44 | 0.75 |
| Hex | A5 | C7 | DC | 19 | A | 0 | E | CB | 2C | 4B |
| Octal | 245 | 307 | 334 | 31 | 12 | 0 | 16 | 313 | 54 | 113 |
| Binary | 10100101 | 11000111 | 11011100 | 11001 | 1010 | 0 | 1110 | 11001011 | 101100 | 1001011 |
Color Harmonies of #A5C7DC
Complementary color
Monochromatic Colors of #A5C7DC
Black with #A5C7DC
Text Example
Text Example
White with #A5C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C7DC; }
p { color: rgb(165,199,220); }
H1.HeaderClassName
{
color: #A5C7DC;
}
.AnyTagClassName
{
color: #A5C7DC;
}
</style>
background-color css
<style>
a { background-color: #A5C7DC; }
a { background-color: rgb(165,199,220); }
div.DivClassName
{
background-color: #A5C7DC;
}
.BgClassName
{
background-color: #A5C7DC;
}
</style>
border-color css
<style>
span { border-color: #A5C7DC; }
span { border-color: rgb(165,199,220); }
td.TdClassName
{
border-color: #A5C7DC;
}
.TagClassName
{
border-color: #A5C7DC;
}
</style>