Shades of Morning Glory #8ACBCD
Tints of Morning Glory #8ACBCD
RGB
CMYK
RGB Variations
Color information
#8ACBCD (or 0x8ACBCD) is known color: Morning Glory. HEX triplet: 8A, CB and CD. RGB value is (138,203,205). Sum of RGB (Red+Green+Blue) = 138+203+205=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ACBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBCD is #753432. Grayscale: #B7B7B7. Windows color (decimal): -7681075 or 13486986. OLE color: 13486986.
HSL color Cylindrical-coordinate representation of color #8ACBCD: hue angle of 181.79º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACBCD is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 205 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.20 |
| HSL | 181.79º | 0.4% | 0.67% | - |
| HSV(B) | 181.79º | 0.33% | 0.8% | - |
| XYZ | 42.86 | 52.52 | 65.64 | - |
| YUV | 183.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 205 | 0.33 | 0.01 | 0 | 0.20 | 181.79 | 0.4 | 0.67 |
| Hex | 8A | CB | CD | 21 | 1 | 0 | 14 | B6 | 28 | 43 |
| Octal | 212 | 313 | 315 | 41 | 1 | 0 | 24 | 266 | 50 | 103 |
| Binary | 10001010 | 11001011 | 11001101 | 100001 | 1 | 0 | 10100 | 10110110 | 101000 | 1000011 |
Color Harmonies of #8ACBCD
Complementary color
Monochromatic Colors of #8ACBCD
Black with #8ACBCD
Text Example
Text Example
White with #8ACBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACBCD; }
p { color: rgb(138,203,205); }
H1.HeaderClassName
{
color: #8ACBCD;
}
.AnyTagClassName
{
color: #8ACBCD;
}
</style>
background-color css
<style>
a { background-color: #8ACBCD; }
a { background-color: rgb(138,203,205); }
div.DivClassName
{
background-color: #8ACBCD;
}
.BgClassName
{
background-color: #8ACBCD;
}
</style>
border-color css
<style>
span { border-color: #8ACBCD; }
span { border-color: rgb(138,203,205); }
td.TdClassName
{
border-color: #8ACBCD;
}
.TagClassName
{
border-color: #8ACBCD;
}
</style>