Shades of Morning Glory #8BC8CC
Tints of Morning Glory #8BC8CC
RGB
CMYK
RGB Variations
Color information
#8BC8CC (or 0x8BC8CC) is known color: Morning Glory. HEX triplet: 8B, C8 and CC. RGB value is (139,200,204). Sum of RGB (Red+Green+Blue) = 139+200+204=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BC8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC8CC is #743733. Grayscale: #B6B6B6. Windows color (decimal): -7616308 or 13420683. OLE color: 13420683.
HSL color Cylindrical-coordinate representation of color #8BC8CC: hue angle of 183.69º degrees, saturation: 0.39, 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 #8BC8CC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 200 | 204 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.2 |
| HSL | 183.69º | 0.39% | 0.67% | - |
| HSV(B) | 183.69º | 0.32% | 0.8% | - |
| XYZ | 42.2 | 51.16 | 64.78 | - |
| YUV | 182.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 204 | 0.32 | 0.02 | 0 | 0.2 | 183.69 | 0.39 | 0.67 |
| Hex | 8B | C8 | CC | 20 | 2 | 0 | 14 | B8 | 27 | 43 |
| Octal | 213 | 310 | 314 | 40 | 2 | 0 | 24 | 270 | 47 | 103 |
| Binary | 10001011 | 11001000 | 11001100 | 100000 | 10 | 0 | 10100 | 10111000 | 100111 | 1000011 |
Color Harmonies of #8BC8CC
Complementary color
Monochromatic Colors of #8BC8CC
Black with #8BC8CC
Text Example
Text Example
White with #8BC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC8CC; }
p { color: rgb(139,200,204); }
H1.HeaderClassName
{
color: #8BC8CC;
}
.AnyTagClassName
{
color: #8BC8CC;
}
</style>
background-color css
<style>
a { background-color: #8BC8CC; }
a { background-color: rgb(139,200,204); }
div.DivClassName
{
background-color: #8BC8CC;
}
.BgClassName
{
background-color: #8BC8CC;
}
</style>
border-color css
<style>
span { border-color: #8BC8CC; }
span { border-color: rgb(139,200,204); }
td.TdClassName
{
border-color: #8BC8CC;
}
.TagClassName
{
border-color: #8BC8CC;
}
</style>