Shades of Regent St Blue #A4CCD3
Tints of Regent St Blue #A4CCD3
RGB
CMYK
RGB Variations
Color information
#A4CCD3 (or 0xA4CCD3) is known color: Regent St Blue. HEX triplet: A4, CC and D3. RGB value is (164,204,211). Sum of RGB (Red+Green+Blue) = 164+204+211=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 211 - color contains mainly: blue. Hex color #A4CCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCD3 is #5B332C. Grayscale: #C0C0C0. Windows color (decimal): -5976877 or 13880484. OLE color: 13880484.
HSL color Cylindrical-coordinate representation of color #A4CCD3: hue angle of 188.94º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4CCD3 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 204 | 211 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.17 |
| HSL | 188.94º | 0.35% | 0.74% | - |
| HSV(B) | 188.94º | 0.22% | 0.83% | - |
| XYZ | 48.66 | 55.78 | 69.83 | - |
| YUV | 192.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 204 | 211 | 0.22 | 0.03 | 0 | 0.17 | 188.94 | 0.35 | 0.74 |
| Hex | A4 | CC | D3 | 16 | 3 | 0 | 11 | BD | 23 | 4A |
| Octal | 244 | 314 | 323 | 26 | 3 | 0 | 21 | 275 | 43 | 112 |
| Binary | 10100100 | 11001100 | 11010011 | 10110 | 11 | 0 | 10001 | 10111101 | 100011 | 1001010 |
Color Harmonies of #A4CCD3
Complementary color
Monochromatic Colors of #A4CCD3
Black with #A4CCD3
Text Example
Text Example
White with #A4CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CCD3; }
p { color: rgb(164,204,211); }
H1.HeaderClassName
{
color: #A4CCD3;
}
.AnyTagClassName
{
color: #A4CCD3;
}
</style>
background-color css
<style>
a { background-color: #A4CCD3; }
a { background-color: rgb(164,204,211); }
div.DivClassName
{
background-color: #A4CCD3;
}
.BgClassName
{
background-color: #A4CCD3;
}
</style>
border-color css
<style>
span { border-color: #A4CCD3; }
span { border-color: rgb(164,204,211); }
td.TdClassName
{
border-color: #A4CCD3;
}
.TagClassName
{
border-color: #A4CCD3;
}
</style>