Shades of Morning Glory #8ACACC
Tints of Morning Glory #8ACACC
RGB
CMYK
RGB Variations
Color information
#8ACACC (or 0x8ACACC) is known color: Morning Glory. HEX triplet: 8A, CA and CC. RGB value is (138,202,204). Sum of RGB (Red+Green+Blue) = 138+202+204=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #8ACACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACACC is #753533. Grayscale: #B7B7B7. Windows color (decimal): -7681332 or 13421194. OLE color: 13421194.
HSL color Cylindrical-coordinate representation of color #8ACACC: hue angle of 181.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACACC is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 202 | 204 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.2 |
| HSL | 181.82º | 0.39% | 0.67% | - |
| HSV(B) | 181.82º | 0.32% | 0.8% | - |
| XYZ | 42.5 | 52 | 64.92 | - |
| YUV | 183.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 204 | 0.32 | 0.01 | 0 | 0.2 | 181.82 | 0.39 | 0.67 |
| Hex | 8A | CA | CC | 20 | 1 | 0 | 14 | B6 | 27 | 43 |
| Octal | 212 | 312 | 314 | 40 | 1 | 0 | 24 | 266 | 47 | 103 |
| Binary | 10001010 | 11001010 | 11001100 | 100000 | 1 | 0 | 10100 | 10110110 | 100111 | 1000011 |
Color Harmonies of #8ACACC
Complementary color
Monochromatic Colors of #8ACACC
Black with #8ACACC
Text Example
Text Example
White with #8ACACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACACC; }
p { color: rgb(138,202,204); }
H1.HeaderClassName
{
color: #8ACACC;
}
.AnyTagClassName
{
color: #8ACACC;
}
</style>
background-color css
<style>
a { background-color: #8ACACC; }
a { background-color: rgb(138,202,204); }
div.DivClassName
{
background-color: #8ACACC;
}
.BgClassName
{
background-color: #8ACACC;
}
</style>
border-color css
<style>
span { border-color: #8ACACC; }
span { border-color: rgb(138,202,204); }
td.TdClassName
{
border-color: #8ACACC;
}
.TagClassName
{
border-color: #8ACACC;
}
</style>