Shades of Morning Glory #8ACECF
Tints of Morning Glory #8ACECF
RGB
CMYK
RGB Variations
Color information
#8ACECF (or 0x8ACECF) is known color: Morning Glory. HEX triplet: 8A, CE and CF. RGB value is (138,206,207). Sum of RGB (Red+Green+Blue) = 138+206+207=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ACECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACECF is #753130. Grayscale: #B9B9B9. Windows color (decimal): -7680305 or 13618826. OLE color: 13618826.
HSL color Cylindrical-coordinate representation of color #8ACECF: hue angle of 180.87º 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 #8ACECF is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 207 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.19 |
| HSL | 180.87º | 0.42% | 0.68% | - |
| HSV(B) | 180.87º | 0.33% | 0.81% | - |
| XYZ | 43.82 | 54.05 | 67.16 | - |
| YUV | 185.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 207 | 0.33 | 0.00 | 0 | 0.19 | 180.87 | 0.42 | 0.68 |
| Hex | 8A | CE | CF | 21 | 0 | 0 | 13 | B5 | 2A | 44 |
| Octal | 212 | 316 | 317 | 41 | 0 | 0 | 23 | 265 | 52 | 104 |
| Binary | 10001010 | 11001110 | 11001111 | 100001 | 0 | 0 | 10011 | 10110101 | 101010 | 1000100 |
Color Harmonies of #8ACECF
Complementary color
Monochromatic Colors of #8ACECF
Black with #8ACECF
Text Example
Text Example
White with #8ACECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACECF; }
p { color: rgb(138,206,207); }
H1.HeaderClassName
{
color: #8ACECF;
}
.AnyTagClassName
{
color: #8ACECF;
}
</style>
background-color css
<style>
a { background-color: #8ACECF; }
a { background-color: rgb(138,206,207); }
div.DivClassName
{
background-color: #8ACECF;
}
.BgClassName
{
background-color: #8ACECF;
}
</style>
border-color css
<style>
span { border-color: #8ACECF; }
span { border-color: rgb(138,206,207); }
td.TdClassName
{
border-color: #8ACECF;
}
.TagClassName
{
border-color: #8ACECF;
}
</style>