Shades of Regent St Blue #A4CBDC
Tints of Regent St Blue #A4CBDC
RGB
CMYK
RGB Variations
Color information
#A4CBDC (or 0xA4CBDC) is known color: Regent St Blue. HEX triplet: A4, CB and DC. RGB value is (164,203,220). Sum of RGB (Red+Green+Blue) = 164+203+220=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBDC is #5B3423. Grayscale: #C1C1C1. Windows color (decimal): -5977124 or 14470052. OLE color: 14470052.
HSL color Cylindrical-coordinate representation of color #A4CBDC: hue angle of 198.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4CBDC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 203 | 220 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.14 |
| HSL | 198.21º | 0.44% | 0.75% | - |
| HSV(B) | 198.21º | 0.25% | 0.86% | - |
| XYZ | 49.58 | 55.77 | 75.86 | - |
| YUV | 193.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 220 | 0.25 | 0.08 | 0 | 0.14 | 198.21 | 0.44 | 0.75 |
| Hex | A4 | CB | DC | 19 | 8 | 0 | E | C6 | 2C | 4B |
| Octal | 244 | 313 | 334 | 31 | 10 | 0 | 16 | 306 | 54 | 113 |
| Binary | 10100100 | 11001011 | 11011100 | 11001 | 1000 | 0 | 1110 | 11000110 | 101100 | 1001011 |
Color Harmonies of #A4CBDC
Complementary color
Monochromatic Colors of #A4CBDC
Black with #A4CBDC
Text Example
Text Example
White with #A4CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CBDC; }
p { color: rgb(164,203,220); }
H1.HeaderClassName
{
color: #A4CBDC;
}
.AnyTagClassName
{
color: #A4CBDC;
}
</style>
background-color css
<style>
a { background-color: #A4CBDC; }
a { background-color: rgb(164,203,220); }
div.DivClassName
{
background-color: #A4CBDC;
}
.BgClassName
{
background-color: #A4CBDC;
}
</style>
border-color css
<style>
span { border-color: #A4CBDC; }
span { border-color: rgb(164,203,220); }
td.TdClassName
{
border-color: #A4CBDC;
}
.TagClassName
{
border-color: #A4CBDC;
}
</style>