Shades of Regent St Blue #A1D4DB
Tints of Regent St Blue #A1D4DB
RGB
CMYK
RGB Variations
Color information
#A1D4DB (or 0xA1D4DB) is known color: Regent St Blue. HEX triplet: A1, D4 and DB. RGB value is (161,212,219). Sum of RGB (Red+Green+Blue) = 161+212+219=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1D4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4DB is #5E2B24. Grayscale: #C5C5C5. Windows color (decimal): -6171429 or 14406817. OLE color: 14406817.
HSL color Cylindrical-coordinate representation of color #A1D4DB: hue angle of 187.24º 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 #A1D4DB is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 212 | 219 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.14 |
| HSL | 187.24º | 0.45% | 0.75% | - |
| HSV(B) | 187.24º | 0.26% | 0.86% | - |
| XYZ | 51.03 | 59.78 | 75.87 | - |
| YUV | 197.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 219 | 0.26 | 0.03 | 0 | 0.14 | 187.24 | 0.45 | 0.75 |
| Hex | A1 | D4 | DB | 1A | 3 | 0 | E | BB | 2D | 4B |
| Octal | 241 | 324 | 333 | 32 | 3 | 0 | 16 | 273 | 55 | 113 |
| Binary | 10100001 | 11010100 | 11011011 | 11010 | 11 | 0 | 1110 | 10111011 | 101101 | 1001011 |
Color Harmonies of #A1D4DB
Complementary color
Monochromatic Colors of #A1D4DB
Black with #A1D4DB
Text Example
Text Example
White with #A1D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D4DB; }
p { color: rgb(161,212,219); }
H1.HeaderClassName
{
color: #A1D4DB;
}
.AnyTagClassName
{
color: #A1D4DB;
}
</style>
background-color css
<style>
a { background-color: #A1D4DB; }
a { background-color: rgb(161,212,219); }
div.DivClassName
{
background-color: #A1D4DB;
}
.BgClassName
{
background-color: #A1D4DB;
}
</style>
border-color css
<style>
span { border-color: #A1D4DB; }
span { border-color: rgb(161,212,219); }
td.TdClassName
{
border-color: #A1D4DB;
}
.TagClassName
{
border-color: #A1D4DB;
}
</style>