Shades of Morning Glory #8ACDCE
Tints of Morning Glory #8ACDCE
RGB
CMYK
RGB Variations
Color information
#8ACDCE (or 0x8ACDCE) is known color: Morning Glory. HEX triplet: 8A, CD and CE. RGB value is (138,205,206). Sum of RGB (Red+Green+Blue) = 138+205+206=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ACDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDCE is #753231. Grayscale: #B9B9B9. Windows color (decimal): -7680562 or 13553034. OLE color: 13553034.
HSL color Cylindrical-coordinate representation of color #8ACDCE: hue angle of 180.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDCE is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 205 | 206 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.19 |
| HSL | 180.88º | 0.41% | 0.67% | - |
| HSV(B) | 180.88º | 0.33% | 0.81% | - |
| XYZ | 43.45 | 53.52 | 66.43 | - |
| YUV | 185.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 206 | 0.33 | 0.00 | 0 | 0.19 | 180.88 | 0.41 | 0.67 |
| Hex | 8A | CD | CE | 21 | 0 | 0 | 13 | B5 | 29 | 43 |
| Octal | 212 | 315 | 316 | 41 | 0 | 0 | 23 | 265 | 51 | 103 |
| Binary | 10001010 | 11001101 | 11001110 | 100001 | 0 | 0 | 10011 | 10110101 | 101001 | 1000011 |
Color Harmonies of #8ACDCE
Complementary color
Monochromatic Colors of #8ACDCE
Black with #8ACDCE
Text Example
Text Example
White with #8ACDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDCE; }
p { color: rgb(138,205,206); }
H1.HeaderClassName
{
color: #8ACDCE;
}
.AnyTagClassName
{
color: #8ACDCE;
}
</style>
background-color css
<style>
a { background-color: #8ACDCE; }
a { background-color: rgb(138,205,206); }
div.DivClassName
{
background-color: #8ACDCE;
}
.BgClassName
{
background-color: #8ACDCE;
}
</style>
border-color css
<style>
span { border-color: #8ACDCE; }
span { border-color: rgb(138,205,206); }
td.TdClassName
{
border-color: #8ACDCE;
}
.TagClassName
{
border-color: #8ACDCE;
}
</style>