Shades of Regent St Blue #ACD0D5
Tints of Regent St Blue #ACD0D5
RGB
CMYK
RGB Variations
Color information
#ACD0D5 (or 0xACD0D5) is known color: Regent St Blue. HEX triplet: AC, D0 and D5. RGB value is (172,208,213). Sum of RGB (Red+Green+Blue) = 172+208+213=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACD0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0D5 is #532F2A. Grayscale: #C5C5C5. Windows color (decimal): -5451563 or 14012588. OLE color: 14012588.
HSL color Cylindrical-coordinate representation of color #ACD0D5: hue angle of 187.32º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD0D5 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 172 | 208 | 213 | - |
CMYK | 0.19 | 0.02 | 0 | 0.16 |
HSL | 187.32º | 0.33% | 0.75% | - |
HSV(B) | 187.32º | 0.19% | 0.84% | - |
XYZ | 51.58 | 58.69 | 71.56 | - |
YUV | 197.81 | 136.57 | 109.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 208 | 213 | 0.19 | 0.02 | 0 | 0.16 | 187.32 | 0.33 | 0.75 |
Hex | AC | D0 | D5 | 13 | 2 | 0 | 10 | BB | 21 | 4B |
Octal | 254 | 320 | 325 | 23 | 2 | 0 | 20 | 273 | 41 | 113 |
Binary | 10101100 | 11010000 | 11010101 | 10011 | 10 | 0 | 10000 | 10111011 | 100001 | 1001011 |
Color Harmonies of #ACD0D5
Complementary color
Monochromatic Colors of #ACD0D5
Black with #ACD0D5
Text Example
Text Example
White with #ACD0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0D5; }
p { color: rgb(172,208,213); }
H1.HeaderClassName
{
color: #ACD0D5;
}
.AnyTagClassName
{
color: #ACD0D5;
}
</style>
background-color css
<style>
a { background-color: #ACD0D5; }
a { background-color: rgb(172,208,213); }
div.DivClassName
{
background-color: #ACD0D5;
}
.BgClassName
{
background-color: #ACD0D5;
}
</style>
border-color css
<style>
span { border-color: #ACD0D5; }
span { border-color: rgb(172,208,213); }
td.TdClassName
{
border-color: #ACD0D5;
}
.TagClassName
{
border-color: #ACD0D5;
}
</style>