Shades of Morning Glory #8CCCD2
Tints of Morning Glory #8CCCD2
RGB
CMYK
RGB Variations
Color information
#8CCCD2 (or 0x8CCCD2) is known color: Morning Glory. HEX triplet: 8C, CC and D2. RGB value is (140,204,210). Sum of RGB (Red+Green+Blue) = 140+204+210=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 210 - color contains mainly: blue. Hex color #8CCCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCD2 is #73332D. Grayscale: #B9B9B9. Windows color (decimal): -7549742 or 13814924. OLE color: 13814924.
HSL color Cylindrical-coordinate representation of color #8CCCD2: hue angle of 185.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CCCD2 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 204 | 210 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.18 |
| HSL | 185.14º | 0.44% | 0.69% | - |
| HSV(B) | 185.14º | 0.33% | 0.82% | - |
| XYZ | 44.04 | 53.41 | 68.96 | - |
| YUV | 185.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 210 | 0.33 | 0.03 | 0 | 0.18 | 185.14 | 0.44 | 0.69 |
| Hex | 8C | CC | D2 | 21 | 3 | 0 | 12 | B9 | 2C | 45 |
| Octal | 214 | 314 | 322 | 41 | 3 | 0 | 22 | 271 | 54 | 105 |
| Binary | 10001100 | 11001100 | 11010010 | 100001 | 11 | 0 | 10010 | 10111001 | 101100 | 1000101 |
Color Harmonies of #8CCCD2
Complementary color
Monochromatic Colors of #8CCCD2
Black with #8CCCD2
Text Example
Text Example
White with #8CCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCD2; }
p { color: rgb(140,204,210); }
H1.HeaderClassName
{
color: #8CCCD2;
}
.AnyTagClassName
{
color: #8CCCD2;
}
</style>
background-color css
<style>
a { background-color: #8CCCD2; }
a { background-color: rgb(140,204,210); }
div.DivClassName
{
background-color: #8CCCD2;
}
.BgClassName
{
background-color: #8CCCD2;
}
</style>
border-color css
<style>
span { border-color: #8CCCD2; }
span { border-color: rgb(140,204,210); }
td.TdClassName
{
border-color: #8CCCD2;
}
.TagClassName
{
border-color: #8CCCD2;
}
</style>