Shades of Morning Glory #8ACBCE
Tints of Morning Glory #8ACBCE
RGB
CMYK
RGB Variations
Color information
#8ACBCE (or 0x8ACBCE) is known color: Morning Glory. HEX triplet: 8A, CB and CE. RGB value is (138,203,206). Sum of RGB (Red+Green+Blue) = 138+203+206=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ACBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBCE is #753431. Grayscale: #B7B7B7. Windows color (decimal): -7681074 or 13552522. OLE color: 13552522.
HSL color Cylindrical-coordinate representation of color #8ACBCE: hue angle of 182.65º 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 #8ACBCE is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 203 | 206 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.19 |
| HSL | 182.65º | 0.41% | 0.67% | - |
| HSV(B) | 182.65º | 0.33% | 0.81% | - |
| XYZ | 42.98 | 52.57 | 66.27 | - |
| YUV | 183.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 206 | 0.33 | 0.01 | 0 | 0.19 | 182.65 | 0.41 | 0.67 |
| Hex | 8A | CB | CE | 21 | 1 | 0 | 13 | B7 | 29 | 43 |
| Octal | 212 | 313 | 316 | 41 | 1 | 0 | 23 | 267 | 51 | 103 |
| Binary | 10001010 | 11001011 | 11001110 | 100001 | 1 | 0 | 10011 | 10110111 | 101001 | 1000011 |
Color Harmonies of #8ACBCE
Complementary color
Monochromatic Colors of #8ACBCE
Black with #8ACBCE
Text Example
Text Example
White with #8ACBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACBCE; }
p { color: rgb(138,203,206); }
H1.HeaderClassName
{
color: #8ACBCE;
}
.AnyTagClassName
{
color: #8ACBCE;
}
</style>
background-color css
<style>
a { background-color: #8ACBCE; }
a { background-color: rgb(138,203,206); }
div.DivClassName
{
background-color: #8ACBCE;
}
.BgClassName
{
background-color: #8ACBCE;
}
</style>
border-color css
<style>
span { border-color: #8ACBCE; }
span { border-color: rgb(138,203,206); }
td.TdClassName
{
border-color: #8ACBCE;
}
.TagClassName
{
border-color: #8ACBCE;
}
</style>