Shades of Regent St Blue #A0CFDC
Tints of Regent St Blue #A0CFDC
RGB
CMYK
RGB Variations
Color information
#A0CFDC (or 0xA0CFDC) is known color: Regent St Blue. HEX triplet: A0, CF and DC. RGB value is (160,207,220). Sum of RGB (Red+Green+Blue) = 160+207+220=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 207 (81.25% from 255 or 35.26% 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 #A0CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFDC is #5F3023. Grayscale: #C2C2C2. Windows color (decimal): -6238244 or 14471072. OLE color: 14471072.
HSL color Cylindrical-coordinate representation of color #A0CFDC: hue angle of 193º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0CFDC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 207 | 220 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.14 |
| HSL | 193º | 0.46% | 0.75% | - |
| HSV(B) | 193º | 0.27% | 0.86% | - |
| XYZ | 49.73 | 57.27 | 76.14 | - |
| YUV | 194.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 220 | 0.27 | 0.06 | 0 | 0.14 | 193 | 0.46 | 0.75 |
| Hex | A0 | CF | DC | 1B | 6 | 0 | E | C1 | 2E | 4B |
| Octal | 240 | 317 | 334 | 33 | 6 | 0 | 16 | 301 | 56 | 113 |
| Binary | 10100000 | 11001111 | 11011100 | 11011 | 110 | 0 | 1110 | 11000001 | 101110 | 1001011 |
Color Harmonies of #A0CFDC
Complementary color
Monochromatic Colors of #A0CFDC
Black with #A0CFDC
Text Example
Text Example
White with #A0CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFDC; }
p { color: rgb(160,207,220); }
H1.HeaderClassName
{
color: #A0CFDC;
}
.AnyTagClassName
{
color: #A0CFDC;
}
</style>
background-color css
<style>
a { background-color: #A0CFDC; }
a { background-color: rgb(160,207,220); }
div.DivClassName
{
background-color: #A0CFDC;
}
.BgClassName
{
background-color: #A0CFDC;
}
</style>
border-color css
<style>
span { border-color: #A0CFDC; }
span { border-color: rgb(160,207,220); }
td.TdClassName
{
border-color: #A0CFDC;
}
.TagClassName
{
border-color: #A0CFDC;
}
</style>