Shades of Morning Glory #ACCFD2
Tints of Morning Glory #ACCFD2
RGB
CMYK
RGB Variations
Color information
#ACCFD2 (or 0xACCFD2) is known color: Morning Glory. HEX triplet: AC, CF and D2. RGB value is (172,207,210). Sum of RGB (Red+Green+Blue) = 172+207+210=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACCFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFD2 is #53302D. Grayscale: #C4C4C4. Windows color (decimal): -5451822 or 13815724. OLE color: 13815724.
HSL color Cylindrical-coordinate representation of color #ACCFD2: hue angle of 184.74º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCFD2 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 207 | 210 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.18 |
| HSL | 184.74º | 0.3% | 0.75% | - |
| HSV(B) | 184.74º | 0.18% | 0.82% | - |
| XYZ | 50.96 | 58.05 | 69.49 | - |
| YUV | 196.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 210 | 0.18 | 0.01 | 0 | 0.18 | 184.74 | 0.3 | 0.75 |
| Hex | AC | CF | D2 | 12 | 1 | 0 | 12 | B9 | 1E | 4B |
| Octal | 254 | 317 | 322 | 22 | 1 | 0 | 22 | 271 | 36 | 113 |
| Binary | 10101100 | 11001111 | 11010010 | 10010 | 1 | 0 | 10010 | 10111001 | 11110 | 1001011 |
Color Harmonies of #ACCFD2
Complementary color
Monochromatic Colors of #ACCFD2
Black with #ACCFD2
Text Example
Text Example
White with #ACCFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFD2; }
p { color: rgb(172,207,210); }
H1.HeaderClassName
{
color: #ACCFD2;
}
.AnyTagClassName
{
color: #ACCFD2;
}
</style>
background-color css
<style>
a { background-color: #ACCFD2; }
a { background-color: rgb(172,207,210); }
div.DivClassName
{
background-color: #ACCFD2;
}
.BgClassName
{
background-color: #ACCFD2;
}
</style>
border-color css
<style>
span { border-color: #ACCFD2; }
span { border-color: rgb(172,207,210); }
td.TdClassName
{
border-color: #ACCFD2;
}
.TagClassName
{
border-color: #ACCFD2;
}
</style>