Shades of Morning Glory #8AC6CA
Tints of Morning Glory #8AC6CA
RGB
CMYK
RGB Variations
Color information
#8AC6CA (or 0x8AC6CA) is known color: Morning Glory. HEX triplet: 8A, C6 and CA. RGB value is (138,198,202). Sum of RGB (Red+Green+Blue) = 138+198+202=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AC6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC6CA is #753935. Grayscale: #B4B4B4. Windows color (decimal): -7682358 or 13289098. OLE color: 13289098.
HSL color Cylindrical-coordinate representation of color #8AC6CA: hue angle of 183.75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AC6CA is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 198 | 202 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.21 |
| HSL | 183.75º | 0.38% | 0.67% | - |
| HSV(B) | 183.75º | 0.32% | 0.79% | - |
| XYZ | 41.34 | 50.06 | 63.36 | - |
| YUV | 180.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 198 | 202 | 0.32 | 0.02 | 0 | 0.21 | 183.75 | 0.38 | 0.67 |
| Hex | 8A | C6 | CA | 20 | 2 | 0 | 15 | B8 | 26 | 43 |
| Octal | 212 | 306 | 312 | 40 | 2 | 0 | 25 | 270 | 46 | 103 |
| Binary | 10001010 | 11000110 | 11001010 | 100000 | 10 | 0 | 10101 | 10111000 | 100110 | 1000011 |
Color Harmonies of #8AC6CA
Complementary color
Monochromatic Colors of #8AC6CA
Black with #8AC6CA
Text Example
Text Example
White with #8AC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC6CA; }
p { color: rgb(138,198,202); }
H1.HeaderClassName
{
color: #8AC6CA;
}
.AnyTagClassName
{
color: #8AC6CA;
}
</style>
background-color css
<style>
a { background-color: #8AC6CA; }
a { background-color: rgb(138,198,202); }
div.DivClassName
{
background-color: #8AC6CA;
}
.BgClassName
{
background-color: #8AC6CA;
}
</style>
border-color css
<style>
span { border-color: #8AC6CA; }
span { border-color: rgb(138,198,202); }
td.TdClassName
{
border-color: #8AC6CA;
}
.TagClassName
{
border-color: #8AC6CA;
}
</style>