Shades of Morning Glory #8BC9CD
Tints of Morning Glory #8BC9CD
RGB
CMYK
RGB Variations
Color information
#8BC9CD (or 0x8BC9CD) is known color: Morning Glory. HEX triplet: 8B, C9 and CD. RGB value is (139,201,205). Sum of RGB (Red+Green+Blue) = 139+201+205=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC9CD is #743632. Grayscale: #B6B6B6. Windows color (decimal): -7616051 or 13486475. OLE color: 13486475.
HSL color Cylindrical-coordinate representation of color #8BC9CD: hue angle of 183.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BC9CD is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 201 | 205 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.20 |
| HSL | 183.64º | 0.4% | 0.67% | - |
| HSV(B) | 183.64º | 0.32% | 0.8% | - |
| XYZ | 42.55 | 51.67 | 65.49 | - |
| YUV | 182.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 205 | 0.32 | 0.02 | 0 | 0.20 | 183.64 | 0.4 | 0.67 |
| Hex | 8B | C9 | CD | 20 | 2 | 0 | 14 | B8 | 28 | 43 |
| Octal | 213 | 311 | 315 | 40 | 2 | 0 | 24 | 270 | 50 | 103 |
| Binary | 10001011 | 11001001 | 11001101 | 100000 | 10 | 0 | 10100 | 10111000 | 101000 | 1000011 |
Color Harmonies of #8BC9CD
Complementary color
Monochromatic Colors of #8BC9CD
Black with #8BC9CD
Text Example
Text Example
White with #8BC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC9CD; }
p { color: rgb(139,201,205); }
H1.HeaderClassName
{
color: #8BC9CD;
}
.AnyTagClassName
{
color: #8BC9CD;
}
</style>
background-color css
<style>
a { background-color: #8BC9CD; }
a { background-color: rgb(139,201,205); }
div.DivClassName
{
background-color: #8BC9CD;
}
.BgClassName
{
background-color: #8BC9CD;
}
</style>
border-color css
<style>
span { border-color: #8BC9CD; }
span { border-color: rgb(139,201,205); }
td.TdClassName
{
border-color: #8BC9CD;
}
.TagClassName
{
border-color: #8BC9CD;
}
</style>