Shades of Regent St Blue #A5CED5
Tints of Regent St Blue #A5CED5
RGB
CMYK
RGB Variations
Color information
#A5CED5 (or 0xA5CED5) is known color: Regent St Blue. HEX triplet: A5, CE and D5. RGB value is (165,206,213). Sum of RGB (Red+Green+Blue) = 165+206+213=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #A5CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CED5 is #5A312A. Grayscale: #C2C2C2. Windows color (decimal): -5910827 or 14012069. OLE color: 14012069.
HSL color Cylindrical-coordinate representation of color #A5CED5: hue angle of 188.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 #A5CED5 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 206 | 213 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.16 |
| HSL | 188.75º | 0.36% | 0.74% | - |
| HSV(B) | 188.75º | 0.23% | 0.84% | - |
| XYZ | 49.6 | 56.95 | 71.33 | - |
| YUV | 194.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 213 | 0.23 | 0.03 | 0 | 0.16 | 188.75 | 0.36 | 0.74 |
| Hex | A5 | CE | D5 | 17 | 3 | 0 | 10 | BD | 24 | 4A |
| Octal | 245 | 316 | 325 | 27 | 3 | 0 | 20 | 275 | 44 | 112 |
| Binary | 10100101 | 11001110 | 11010101 | 10111 | 11 | 0 | 10000 | 10111101 | 100100 | 1001010 |
Color Harmonies of #A5CED5
Complementary color
Monochromatic Colors of #A5CED5
Black with #A5CED5
Text Example
Text Example
White with #A5CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CED5; }
p { color: rgb(165,206,213); }
H1.HeaderClassName
{
color: #A5CED5;
}
.AnyTagClassName
{
color: #A5CED5;
}
</style>
background-color css
<style>
a { background-color: #A5CED5; }
a { background-color: rgb(165,206,213); }
div.DivClassName
{
background-color: #A5CED5;
}
.BgClassName
{
background-color: #A5CED5;
}
</style>
border-color css
<style>
span { border-color: #A5CED5; }
span { border-color: rgb(165,206,213); }
td.TdClassName
{
border-color: #A5CED5;
}
.TagClassName
{
border-color: #A5CED5;
}
</style>