Shades of Morning Glory #8FCCD2
Tints of Morning Glory #8FCCD2
RGB
CMYK
RGB Variations
Color information
#8FCCD2 (or 0x8FCCD2) is known color: Morning Glory. HEX triplet: 8F, CC and D2. RGB value is (143,204,210). Sum of RGB (Red+Green+Blue) = 143+204+210=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #8FCCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCD2 is #70332D. Grayscale: #BABABA. Windows color (decimal): -7353134 or 13814927. OLE color: 13814927.
HSL color Cylindrical-coordinate representation of color #8FCCD2: hue angle of 185.37º 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 #8FCCD2 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 204 | 210 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.18 |
| HSL | 185.37º | 0.43% | 0.69% | - |
| HSV(B) | 185.37º | 0.32% | 0.82% | - |
| XYZ | 44.55 | 53.68 | 68.99 | - |
| YUV | 186.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 210 | 0.32 | 0.03 | 0 | 0.18 | 185.37 | 0.43 | 0.69 |
| Hex | 8F | CC | D2 | 20 | 3 | 0 | 12 | B9 | 2B | 45 |
| Octal | 217 | 314 | 322 | 40 | 3 | 0 | 22 | 271 | 53 | 105 |
| Binary | 10001111 | 11001100 | 11010010 | 100000 | 11 | 0 | 10010 | 10111001 | 101011 | 1000101 |
Color Harmonies of #8FCCD2
Complementary color
Monochromatic Colors of #8FCCD2
Black with #8FCCD2
Text Example
Text Example
White with #8FCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCD2; }
p { color: rgb(143,204,210); }
H1.HeaderClassName
{
color: #8FCCD2;
}
.AnyTagClassName
{
color: #8FCCD2;
}
</style>
background-color css
<style>
a { background-color: #8FCCD2; }
a { background-color: rgb(143,204,210); }
div.DivClassName
{
background-color: #8FCCD2;
}
.BgClassName
{
background-color: #8FCCD2;
}
</style>
border-color css
<style>
span { border-color: #8FCCD2; }
span { border-color: rgb(143,204,210); }
td.TdClassName
{
border-color: #8FCCD2;
}
.TagClassName
{
border-color: #8FCCD2;
}
</style>