Shades of Regent St Blue #A3CFDC
Tints of Regent St Blue #A3CFDC
RGB
CMYK
RGB Variations
Color information
#A3CFDC (or 0xA3CFDC) is known color: Regent St Blue. HEX triplet: A3, CF and DC. RGB value is (163,207,220). Sum of RGB (Red+Green+Blue) = 163+207+220=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFDC is #5C3023. Grayscale: #C3C3C3. Windows color (decimal): -6041636 or 14471075. OLE color: 14471075.
HSL color Cylindrical-coordinate representation of color #A3CFDC: hue angle of 193.68º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CFDC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 207 | 220 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.14 |
| HSL | 193.68º | 0.45% | 0.75% | - |
| HSV(B) | 193.68º | 0.26% | 0.86% | - |
| XYZ | 50.34 | 57.58 | 76.17 | - |
| YUV | 195.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 220 | 0.26 | 0.06 | 0 | 0.14 | 193.68 | 0.45 | 0.75 |
| Hex | A3 | CF | DC | 1A | 6 | 0 | E | C2 | 2D | 4B |
| Octal | 243 | 317 | 334 | 32 | 6 | 0 | 16 | 302 | 55 | 113 |
| Binary | 10100011 | 11001111 | 11011100 | 11010 | 110 | 0 | 1110 | 11000010 | 101101 | 1001011 |
Color Harmonies of #A3CFDC
Complementary color
Monochromatic Colors of #A3CFDC
Black with #A3CFDC
Text Example
Text Example
White with #A3CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFDC; }
p { color: rgb(163,207,220); }
H1.HeaderClassName
{
color: #A3CFDC;
}
.AnyTagClassName
{
color: #A3CFDC;
}
</style>
background-color css
<style>
a { background-color: #A3CFDC; }
a { background-color: rgb(163,207,220); }
div.DivClassName
{
background-color: #A3CFDC;
}
.BgClassName
{
background-color: #A3CFDC;
}
</style>
border-color css
<style>
span { border-color: #A3CFDC; }
span { border-color: rgb(163,207,220); }
td.TdClassName
{
border-color: #A3CFDC;
}
.TagClassName
{
border-color: #A3CFDC;
}
</style>