Shades of Morning Glory #8FD2D0
Tints of Morning Glory #8FD2D0
RGB
CMYK
RGB Variations
Color information
#8FD2D0 (or 0x8FD2D0) is known color: Morning Glory. HEX triplet: 8F, D2 and D0. RGB value is (143,210,208). Sum of RGB (Red+Green+Blue) = 143+210+208=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD2D0 is #702D2F. Grayscale: #BDBDBD. Windows color (decimal): -7351600 or 13685391. OLE color: 13685391.
HSL color Cylindrical-coordinate representation of color #8FD2D0: hue angle of 178.21º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FD2D0 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 208 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.18 |
| HSL | 178.21º | 0.43% | 0.69% | - |
| HSV(B) | 178.21º | 0.32% | 0.82% | - |
| XYZ | 45.76 | 56.49 | 68.17 | - |
| YUV | 189.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 208 | 0.32 | 0 | 0.01 | 0.18 | 178.21 | 0.43 | 0.69 |
| Hex | 8F | D2 | D0 | 20 | 0 | 1 | 12 | B2 | 2B | 45 |
| Octal | 217 | 322 | 320 | 40 | 0 | 1 | 22 | 262 | 53 | 105 |
| Binary | 10001111 | 11010010 | 11010000 | 100000 | 0 | 1 | 10010 | 10110010 | 101011 | 1000101 |
Color Harmonies of #8FD2D0
Complementary color
Monochromatic Colors of #8FD2D0
Black with #8FD2D0
Text Example
Text Example
White with #8FD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD2D0; }
p { color: rgb(143,210,208); }
H1.HeaderClassName
{
color: #8FD2D0;
}
.AnyTagClassName
{
color: #8FD2D0;
}
</style>
background-color css
<style>
a { background-color: #8FD2D0; }
a { background-color: rgb(143,210,208); }
div.DivClassName
{
background-color: #8FD2D0;
}
.BgClassName
{
background-color: #8FD2D0;
}
</style>
border-color css
<style>
span { border-color: #8FD2D0; }
span { border-color: rgb(143,210,208); }
td.TdClassName
{
border-color: #8FD2D0;
}
.TagClassName
{
border-color: #8FD2D0;
}
</style>