Shades of Regent St Blue #ACCDD6
Tints of Regent St Blue #ACCDD6
RGB
CMYK
RGB Variations
Color information
#ACCDD6 (or 0xACCDD6) is known color: Regent St Blue. HEX triplet: AC, CD and D6. RGB value is (172,205,214). Sum of RGB (Red+Green+Blue) = 172+205+214=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACCDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDD6 is #533229. Grayscale: #C4C4C4. Windows color (decimal): -5452330 or 14077356. OLE color: 14077356.
HSL color Cylindrical-coordinate representation of color #ACCDD6: hue angle of 192.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACCDD6 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 172 | 205 | 214 | - |
CMYK | 0.20 | 0.04 | 0 | 0.16 |
HSL | 192.86º | 0.34% | 0.76% | - |
HSV(B) | 192.86º | 0.2% | 0.84% | - |
XYZ | 50.98 | 57.29 | 71.99 | - |
YUV | 196.16 | 138.07 | 110.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 214 | 0.20 | 0.04 | 0 | 0.16 | 192.86 | 0.34 | 0.76 |
Hex | AC | CD | D6 | 14 | 4 | 0 | 10 | C1 | 22 | 4C |
Octal | 254 | 315 | 326 | 24 | 4 | 0 | 20 | 301 | 42 | 114 |
Binary | 10101100 | 11001101 | 11010110 | 10100 | 100 | 0 | 10000 | 11000001 | 100010 | 1001100 |
Color Harmonies of #ACCDD6
Complementary color
Monochromatic Colors of #ACCDD6
Black with #ACCDD6
Text Example
Text Example
White with #ACCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDD6; }
p { color: rgb(172,205,214); }
H1.HeaderClassName
{
color: #ACCDD6;
}
.AnyTagClassName
{
color: #ACCDD6;
}
</style>
background-color css
<style>
a { background-color: #ACCDD6; }
a { background-color: rgb(172,205,214); }
div.DivClassName
{
background-color: #ACCDD6;
}
.BgClassName
{
background-color: #ACCDD6;
}
</style>
border-color css
<style>
span { border-color: #ACCDD6; }
span { border-color: rgb(172,205,214); }
td.TdClassName
{
border-color: #ACCDD6;
}
.TagClassName
{
border-color: #ACCDD6;
}
</style>