Shades of Morning Glory #8FCDCE
Tints of Morning Glory #8FCDCE
RGB
CMYK
RGB Variations
Color information
#8FCDCE (or 0x8FCDCE) is known color: Morning Glory. HEX triplet: 8F, CD and CE. RGB value is (143,205,206). Sum of RGB (Red+Green+Blue) = 143+205+206=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FCDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDCE is #703231. Grayscale: #BABABA. Windows color (decimal): -7352882 or 13553039. OLE color: 13553039.
HSL color Cylindrical-coordinate representation of color #8FCDCE: hue angle of 180.95º 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 #8FCDCE is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 205 | 206 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.19 |
| HSL | 180.95º | 0.39% | 0.68% | - |
| HSV(B) | 180.95º | 0.31% | 0.81% | - |
| XYZ | 44.3 | 53.96 | 66.47 | - |
| YUV | 186.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 206 | 0.31 | 0.00 | 0 | 0.19 | 180.95 | 0.39 | 0.68 |
| Hex | 8F | CD | CE | 1F | 0 | 0 | 13 | B5 | 27 | 44 |
| Octal | 217 | 315 | 316 | 37 | 0 | 0 | 23 | 265 | 47 | 104 |
| Binary | 10001111 | 11001101 | 11001110 | 11111 | 0 | 0 | 10011 | 10110101 | 100111 | 1000100 |
Color Harmonies of #8FCDCE
Complementary color
Monochromatic Colors of #8FCDCE
Black with #8FCDCE
Text Example
Text Example
White with #8FCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDCE; }
p { color: rgb(143,205,206); }
H1.HeaderClassName
{
color: #8FCDCE;
}
.AnyTagClassName
{
color: #8FCDCE;
}
</style>
background-color css
<style>
a { background-color: #8FCDCE; }
a { background-color: rgb(143,205,206); }
div.DivClassName
{
background-color: #8FCDCE;
}
.BgClassName
{
background-color: #8FCDCE;
}
</style>
border-color css
<style>
span { border-color: #8FCDCE; }
span { border-color: rgb(143,205,206); }
td.TdClassName
{
border-color: #8FCDCE;
}
.TagClassName
{
border-color: #8FCDCE;
}
</style>