Shades of Regent St Blue #A5C7D5
Tints of Regent St Blue #A5C7D5
RGB
CMYK
RGB Variations
Color information
#A5C7D5 (or 0xA5C7D5) is known color: Regent St Blue. HEX triplet: A5, C7 and D5. RGB value is (165,199,213). Sum of RGB (Red+Green+Blue) = 165+199+213=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #A5C7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C7D5 is #5A382A. Grayscale: #BEBEBE. Windows color (decimal): -5912619 or 14010277. OLE color: 14010277.
HSL color Cylindrical-coordinate representation of color #A5C7D5: hue angle of 197.5º degrees, saturation: 0.36, 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 #A5C7D5 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 199 | 213 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.16 |
| HSL | 197.5º | 0.36% | 0.74% | - |
| HSV(B) | 197.5º | 0.23% | 0.84% | - |
| XYZ | 47.95 | 53.65 | 70.78 | - |
| YUV | 190.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 213 | 0.23 | 0.07 | 0 | 0.16 | 197.5 | 0.36 | 0.74 |
| Hex | A5 | C7 | D5 | 17 | 7 | 0 | 10 | C6 | 24 | 4A |
| Octal | 245 | 307 | 325 | 27 | 7 | 0 | 20 | 306 | 44 | 112 |
| Binary | 10100101 | 11000111 | 11010101 | 10111 | 111 | 0 | 10000 | 11000110 | 100100 | 1001010 |
Color Harmonies of #A5C7D5
Complementary color
Monochromatic Colors of #A5C7D5
Black with #A5C7D5
Text Example
Text Example
White with #A5C7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C7D5; }
p { color: rgb(165,199,213); }
H1.HeaderClassName
{
color: #A5C7D5;
}
.AnyTagClassName
{
color: #A5C7D5;
}
</style>
background-color css
<style>
a { background-color: #A5C7D5; }
a { background-color: rgb(165,199,213); }
div.DivClassName
{
background-color: #A5C7D5;
}
.BgClassName
{
background-color: #A5C7D5;
}
</style>
border-color css
<style>
span { border-color: #A5C7D5; }
span { border-color: rgb(165,199,213); }
td.TdClassName
{
border-color: #A5C7D5;
}
.TagClassName
{
border-color: #A5C7D5;
}
</style>