Shades of Regent St Blue #A0D1D8
Tints of Regent St Blue #A0D1D8
RGB
CMYK
RGB Variations
Color information
#A0D1D8 (or 0xA0D1D8) is known color: Regent St Blue. HEX triplet: A0, D1 and D8. RGB value is (160,209,216). Sum of RGB (Red+Green+Blue) = 160+209+216=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #A0D1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1D8 is #5F2E27. Grayscale: #C3C3C3. Windows color (decimal): -6237736 or 14209440. OLE color: 14209440.
HSL color Cylindrical-coordinate representation of color #A0D1D8: hue angle of 187.5º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D1D8 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 209 | 216 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.15 |
| HSL | 187.5º | 0.42% | 0.74% | - |
| HSV(B) | 187.5º | 0.26% | 0.85% | - |
| XYZ | 49.69 | 58.03 | 73.55 | - |
| YUV | 195.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 216 | 0.26 | 0.03 | 0 | 0.15 | 187.5 | 0.42 | 0.74 |
| Hex | A0 | D1 | D8 | 1A | 3 | 0 | F | BC | 2A | 4A |
| Octal | 240 | 321 | 330 | 32 | 3 | 0 | 17 | 274 | 52 | 112 |
| Binary | 10100000 | 11010001 | 11011000 | 11010 | 11 | 0 | 1111 | 10111100 | 101010 | 1001010 |
Color Harmonies of #A0D1D8
Complementary color
Monochromatic Colors of #A0D1D8
Black with #A0D1D8
Text Example
Text Example
White with #A0D1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D1D8; }
p { color: rgb(160,209,216); }
H1.HeaderClassName
{
color: #A0D1D8;
}
.AnyTagClassName
{
color: #A0D1D8;
}
</style>
background-color css
<style>
a { background-color: #A0D1D8; }
a { background-color: rgb(160,209,216); }
div.DivClassName
{
background-color: #A0D1D8;
}
.BgClassName
{
background-color: #A0D1D8;
}
</style>
border-color css
<style>
span { border-color: #A0D1D8; }
span { border-color: rgb(160,209,216); }
td.TdClassName
{
border-color: #A0D1D8;
}
.TagClassName
{
border-color: #A0D1D8;
}
</style>