Shades of Morning Glory #8ACDCF
Tints of Morning Glory #8ACDCF
RGB
CMYK
RGB Variations
Color information
#8ACDCF (or 0x8ACDCF) is known color: Morning Glory. HEX triplet: 8A, CD and CF. RGB value is (138,205,207). Sum of RGB (Red+Green+Blue) = 138+205+207=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ACDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDCF is #753230. Grayscale: #B9B9B9. Windows color (decimal): -7680561 or 13618570. OLE color: 13618570.
HSL color Cylindrical-coordinate representation of color #8ACDCF: hue angle of 181.74º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDCF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 205 | 207 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.19 |
| HSL | 181.74º | 0.42% | 0.68% | - |
| HSV(B) | 181.74º | 0.33% | 0.81% | - |
| XYZ | 43.58 | 53.57 | 67.08 | - |
| YUV | 185.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 207 | 0.33 | 0.01 | 0 | 0.19 | 181.74 | 0.42 | 0.68 |
| Hex | 8A | CD | CF | 21 | 1 | 0 | 13 | B6 | 2A | 44 |
| Octal | 212 | 315 | 317 | 41 | 1 | 0 | 23 | 266 | 52 | 104 |
| Binary | 10001010 | 11001101 | 11001111 | 100001 | 1 | 0 | 10011 | 10110110 | 101010 | 1000100 |
Color Harmonies of #8ACDCF
Complementary color
Monochromatic Colors of #8ACDCF
Black with #8ACDCF
Text Example
Text Example
White with #8ACDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDCF; }
p { color: rgb(138,205,207); }
H1.HeaderClassName
{
color: #8ACDCF;
}
.AnyTagClassName
{
color: #8ACDCF;
}
</style>
background-color css
<style>
a { background-color: #8ACDCF; }
a { background-color: rgb(138,205,207); }
div.DivClassName
{
background-color: #8ACDCF;
}
.BgClassName
{
background-color: #8ACDCF;
}
</style>
border-color css
<style>
span { border-color: #8ACDCF; }
span { border-color: rgb(138,205,207); }
td.TdClassName
{
border-color: #8ACDCF;
}
.TagClassName
{
border-color: #8ACDCF;
}
</style>