Shades of Regent St Blue #A5C7DA
Tints of Regent St Blue #A5C7DA
RGB
CMYK
RGB Variations
Color information
#A5C7DA (or 0xA5C7DA) is known color: Regent St Blue. HEX triplet: A5, C7 and DA. RGB value is (165,199,218). Sum of RGB (Red+Green+Blue) = 165+199+218=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #A5C7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C7DA is #5A3825. Grayscale: #BEBEBE. Windows color (decimal): -5912614 or 14337957. OLE color: 14337957.
HSL color Cylindrical-coordinate representation of color #A5C7DA: hue angle of 201.51º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5C7DA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 199 | 218 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.15 |
| HSL | 201.51º | 0.42% | 0.75% | - |
| HSV(B) | 201.51º | 0.24% | 0.85% | - |
| XYZ | 48.6 | 53.91 | 74.17 | - |
| YUV | 191 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 218 | 0.24 | 0.09 | 0 | 0.15 | 201.51 | 0.42 | 0.75 |
| Hex | A5 | C7 | DA | 18 | 9 | 0 | F | CA | 2A | 4B |
| Octal | 245 | 307 | 332 | 30 | 11 | 0 | 17 | 312 | 52 | 113 |
| Binary | 10100101 | 11000111 | 11011010 | 11000 | 1001 | 0 | 1111 | 11001010 | 101010 | 1001011 |
Color Harmonies of #A5C7DA
Complementary color
Monochromatic Colors of #A5C7DA
Black with #A5C7DA
Text Example
Text Example
White with #A5C7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C7DA; }
p { color: rgb(165,199,218); }
H1.HeaderClassName
{
color: #A5C7DA;
}
.AnyTagClassName
{
color: #A5C7DA;
}
</style>
background-color css
<style>
a { background-color: #A5C7DA; }
a { background-color: rgb(165,199,218); }
div.DivClassName
{
background-color: #A5C7DA;
}
.BgClassName
{
background-color: #A5C7DA;
}
</style>
border-color css
<style>
span { border-color: #A5C7DA; }
span { border-color: rgb(165,199,218); }
td.TdClassName
{
border-color: #A5C7DA;
}
.TagClassName
{
border-color: #A5C7DA;
}
</style>