Shades of Morning Glory #8FCCCE
Tints of Morning Glory #8FCCCE
RGB
CMYK
RGB Variations
Color information
#8FCCCE (or 0x8FCCCE) is known color: Morning Glory. HEX triplet: 8F, CC and CE. RGB value is (143,204,206). Sum of RGB (Red+Green+Blue) = 143+204+206=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FCCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCCE is #703331. Grayscale: #B9B9B9. Windows color (decimal): -7353138 or 13552783. OLE color: 13552783.
HSL color Cylindrical-coordinate representation of color #8FCCCE: hue angle of 181.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCCCE is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 204 | 206 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.19 |
| HSL | 181.9º | 0.39% | 0.68% | - |
| HSV(B) | 181.9º | 0.31% | 0.81% | - |
| XYZ | 44.06 | 53.48 | 66.39 | - |
| YUV | 185.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 206 | 0.31 | 0.01 | 0 | 0.19 | 181.9 | 0.39 | 0.68 |
| Hex | 8F | CC | CE | 1F | 1 | 0 | 13 | B6 | 27 | 44 |
| Octal | 217 | 314 | 316 | 37 | 1 | 0 | 23 | 266 | 47 | 104 |
| Binary | 10001111 | 11001100 | 11001110 | 11111 | 1 | 0 | 10011 | 10110110 | 100111 | 1000100 |
Color Harmonies of #8FCCCE
Complementary color
Monochromatic Colors of #8FCCCE
Black with #8FCCCE
Text Example
Text Example
White with #8FCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCCE; }
p { color: rgb(143,204,206); }
H1.HeaderClassName
{
color: #8FCCCE;
}
.AnyTagClassName
{
color: #8FCCCE;
}
</style>
background-color css
<style>
a { background-color: #8FCCCE; }
a { background-color: rgb(143,204,206); }
div.DivClassName
{
background-color: #8FCCCE;
}
.BgClassName
{
background-color: #8FCCCE;
}
</style>
border-color css
<style>
span { border-color: #8FCCCE; }
span { border-color: rgb(143,204,206); }
td.TdClassName
{
border-color: #8FCCCE;
}
.TagClassName
{
border-color: #8FCCCE;
}
</style>