Shades of Morning Glory #8FCDD0
Tints of Morning Glory #8FCDD0
RGB
CMYK
RGB Variations
Color information
#8FCDD0 (or 0x8FCDD0) is known color: Morning Glory. HEX triplet: 8F, CD and D0. RGB value is (143,205,208). Sum of RGB (Red+Green+Blue) = 143+205+208=556 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.72% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FCDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDD0 is #70322F. Grayscale: #BABABA. Windows color (decimal): -7352880 or 13684111. OLE color: 13684111.
HSL color Cylindrical-coordinate representation of color #8FCDD0: hue angle of 182.77º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCDD0 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 205 | 208 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.18 |
| HSL | 182.77º | 0.41% | 0.69% | - |
| HSV(B) | 182.77º | 0.31% | 0.82% | - |
| XYZ | 44.54 | 54.06 | 67.76 | - |
| YUV | 186.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 208 | 0.31 | 0.01 | 0 | 0.18 | 182.77 | 0.41 | 0.69 |
| Hex | 8F | CD | D0 | 1F | 1 | 0 | 12 | B7 | 29 | 45 |
| Octal | 217 | 315 | 320 | 37 | 1 | 0 | 22 | 267 | 51 | 105 |
| Binary | 10001111 | 11001101 | 11010000 | 11111 | 1 | 0 | 10010 | 10110111 | 101001 | 1000101 |
Color Harmonies of #8FCDD0
Complementary color
Monochromatic Colors of #8FCDD0
Black with #8FCDD0
Text Example
Text Example
White with #8FCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDD0; }
p { color: rgb(143,205,208); }
H1.HeaderClassName
{
color: #8FCDD0;
}
.AnyTagClassName
{
color: #8FCDD0;
}
</style>
background-color css
<style>
a { background-color: #8FCDD0; }
a { background-color: rgb(143,205,208); }
div.DivClassName
{
background-color: #8FCDD0;
}
.BgClassName
{
background-color: #8FCDD0;
}
</style>
border-color css
<style>
span { border-color: #8FCDD0; }
span { border-color: rgb(143,205,208); }
td.TdClassName
{
border-color: #8FCDD0;
}
.TagClassName
{
border-color: #8FCDD0;
}
</style>