Shades of Regent St Blue #A5CADA
Tints of Regent St Blue #A5CADA
RGB
CMYK
RGB Variations
Color information
#A5CADA (or 0xA5CADA) is known color: Regent St Blue. HEX triplet: A5, CA and DA. RGB value is (165,202,218). Sum of RGB (Red+Green+Blue) = 165+202+218=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #A5CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CADA is #5A3525. Grayscale: #C0C0C0. Windows color (decimal): -5911846 or 14338725. OLE color: 14338725.
HSL color Cylindrical-coordinate representation of color #A5CADA: hue angle of 198.11º 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 #A5CADA is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 202 | 218 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.15 |
| HSL | 198.11º | 0.42% | 0.75% | - |
| HSV(B) | 198.11º | 0.24% | 0.85% | - |
| XYZ | 49.29 | 55.3 | 74.41 | - |
| YUV | 192.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 218 | 0.24 | 0.07 | 0 | 0.15 | 198.11 | 0.42 | 0.75 |
| Hex | A5 | CA | DA | 18 | 7 | 0 | F | C6 | 2A | 4B |
| Octal | 245 | 312 | 332 | 30 | 7 | 0 | 17 | 306 | 52 | 113 |
| Binary | 10100101 | 11001010 | 11011010 | 11000 | 111 | 0 | 1111 | 11000110 | 101010 | 1001011 |
Color Harmonies of #A5CADA
Complementary color
Monochromatic Colors of #A5CADA
Black with #A5CADA
Text Example
Text Example
White with #A5CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CADA; }
p { color: rgb(165,202,218); }
H1.HeaderClassName
{
color: #A5CADA;
}
.AnyTagClassName
{
color: #A5CADA;
}
</style>
background-color css
<style>
a { background-color: #A5CADA; }
a { background-color: rgb(165,202,218); }
div.DivClassName
{
background-color: #A5CADA;
}
.BgClassName
{
background-color: #A5CADA;
}
</style>
border-color css
<style>
span { border-color: #A5CADA; }
span { border-color: rgb(165,202,218); }
td.TdClassName
{
border-color: #A5CADA;
}
.TagClassName
{
border-color: #A5CADA;
}
</style>