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