Shades of Regent St Blue #ACCDD4
Tints of Regent St Blue #ACCDD4
RGB
CMYK
RGB Variations
Color information
#ACCDD4 (or 0xACCDD4) is known color: Regent St Blue. HEX triplet: AC, CD and D4. RGB value is (172,205,212). Sum of RGB (Red+Green+Blue) = 172+205+212=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACCDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDD4 is #53322B. Grayscale: #C3C3C3. Windows color (decimal): -5452332 or 13946284. OLE color: 13946284.
HSL color Cylindrical-coordinate representation of color #ACCDD4: hue angle of 190.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACCDD4 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 205 | 212 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.17 |
| HSL | 190.5º | 0.32% | 0.75% | - |
| HSV(B) | 190.5º | 0.19% | 0.83% | - |
| XYZ | 50.73 | 57.19 | 70.65 | - |
| YUV | 195.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 212 | 0.19 | 0.03 | 0 | 0.17 | 190.5 | 0.32 | 0.75 |
| Hex | AC | CD | D4 | 13 | 3 | 0 | 11 | BE | 20 | 4B |
| Octal | 254 | 315 | 324 | 23 | 3 | 0 | 21 | 276 | 40 | 113 |
| Binary | 10101100 | 11001101 | 11010100 | 10011 | 11 | 0 | 10001 | 10111110 | 100000 | 1001011 |
Color Harmonies of #ACCDD4
Complementary color
Monochromatic Colors of #ACCDD4
Black with #ACCDD4
Text Example
Text Example
White with #ACCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDD4; }
p { color: rgb(172,205,212); }
H1.HeaderClassName
{
color: #ACCDD4;
}
.AnyTagClassName
{
color: #ACCDD4;
}
</style>
background-color css
<style>
a { background-color: #ACCDD4; }
a { background-color: rgb(172,205,212); }
div.DivClassName
{
background-color: #ACCDD4;
}
.BgClassName
{
background-color: #ACCDD4;
}
</style>
border-color css
<style>
span { border-color: #ACCDD4; }
span { border-color: rgb(172,205,212); }
td.TdClassName
{
border-color: #ACCDD4;
}
.TagClassName
{
border-color: #ACCDD4;
}
</style>