Shades of Regent St Blue #A5C4CB
Tints of Regent St Blue #A5C4CB
RGB
CMYK
RGB Variations
Color information
#A5C4CB (or 0xA5C4CB) is known color: Regent St Blue. HEX triplet: A5, C4 and CB. RGB value is (165,196,203). Sum of RGB (Red+Green+Blue) = 165+196+203=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C4CB is #5A3B34. Grayscale: #BBBBBB. Windows color (decimal): -5913397 or 13354149. OLE color: 13354149.
HSL color Cylindrical-coordinate representation of color #A5C4CB: hue angle of 191.05º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5C4CB is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 196 | 203 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.20 |
| HSL | 191.05º | 0.27% | 0.72% | - |
| HSV(B) | 191.05º | 0.19% | 0.8% | - |
| XYZ | 46.04 | 51.79 | 64.07 | - |
| YUV | 187.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 203 | 0.19 | 0.03 | 0 | 0.20 | 191.05 | 0.27 | 0.72 |
| Hex | A5 | C4 | CB | 13 | 3 | 0 | 14 | BF | 1B | 48 |
| Octal | 245 | 304 | 313 | 23 | 3 | 0 | 24 | 277 | 33 | 110 |
| Binary | 10100101 | 11000100 | 11001011 | 10011 | 11 | 0 | 10100 | 10111111 | 11011 | 1001000 |
Color Harmonies of #A5C4CB
Complementary color
Monochromatic Colors of #A5C4CB
Black with #A5C4CB
Text Example
Text Example
White with #A5C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C4CB; }
p { color: rgb(165,196,203); }
H1.HeaderClassName
{
color: #A5C4CB;
}
.AnyTagClassName
{
color: #A5C4CB;
}
</style>
background-color css
<style>
a { background-color: #A5C4CB; }
a { background-color: rgb(165,196,203); }
div.DivClassName
{
background-color: #A5C4CB;
}
.BgClassName
{
background-color: #A5C4CB;
}
</style>
border-color css
<style>
span { border-color: #A5C4CB; }
span { border-color: rgb(165,196,203); }
td.TdClassName
{
border-color: #A5C4CB;
}
.TagClassName
{
border-color: #A5C4CB;
}
</style>