Shades of Regent St Blue #AACFD4
Tints of Regent St Blue #AACFD4
RGB
CMYK
RGB Variations
Color information
#AACFD4 (or 0xAACFD4) is known color: Regent St Blue. HEX triplet: AA, CF and D4. RGB value is (170,207,212). Sum of RGB (Red+Green+Blue) = 170+207+212=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 207 (81.25% from 255 or 35.14% 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 #AACFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFD4 is #55302B. Grayscale: #C4C4C4. Windows color (decimal): -5582892 or 13946794. OLE color: 13946794.
HSL color Cylindrical-coordinate representation of color #AACFD4: hue angle of 187.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACFD4 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 207 | 212 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.17 |
| HSL | 187.14º | 0.33% | 0.75% | - |
| HSV(B) | 187.14º | 0.2% | 0.83% | - |
| XYZ | 50.77 | 57.93 | 70.79 | - |
| YUV | 196.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 212 | 0.20 | 0.02 | 0 | 0.17 | 187.14 | 0.33 | 0.75 |
| Hex | AA | CF | D4 | 14 | 2 | 0 | 11 | BB | 21 | 4B |
| Octal | 252 | 317 | 324 | 24 | 2 | 0 | 21 | 273 | 41 | 113 |
| Binary | 10101010 | 11001111 | 11010100 | 10100 | 10 | 0 | 10001 | 10111011 | 100001 | 1001011 |
Color Harmonies of #AACFD4
Complementary color
Monochromatic Colors of #AACFD4
Black with #AACFD4
Text Example
Text Example
White with #AACFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFD4; }
p { color: rgb(170,207,212); }
H1.HeaderClassName
{
color: #AACFD4;
}
.AnyTagClassName
{
color: #AACFD4;
}
</style>
background-color css
<style>
a { background-color: #AACFD4; }
a { background-color: rgb(170,207,212); }
div.DivClassName
{
background-color: #AACFD4;
}
.BgClassName
{
background-color: #AACFD4;
}
</style>
border-color css
<style>
span { border-color: #AACFD4; }
span { border-color: rgb(170,207,212); }
td.TdClassName
{
border-color: #AACFD4;
}
.TagClassName
{
border-color: #AACFD4;
}
</style>