Shades of Morning Glory #8FCDD2
Tints of Morning Glory #8FCDD2
RGB
CMYK
RGB Variations
Color information
#8FCDD2 (or 0x8FCDD2) is known color: Morning Glory. HEX triplet: 8F, CD and D2. RGB value is (143,205,210). Sum of RGB (Red+Green+Blue) = 143+205+210=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 210 - color contains mainly: blue. Hex color #8FCDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDD2 is #70322D. Grayscale: #BABABA. Windows color (decimal): -7352878 or 13815183. OLE color: 13815183.
HSL color Cylindrical-coordinate representation of color #8FCDD2: hue angle of 184.48º 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 #8FCDD2 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 205 | 210 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.18 |
| HSL | 184.48º | 0.43% | 0.69% | - |
| HSV(B) | 184.48º | 0.32% | 0.82% | - |
| XYZ | 44.79 | 54.16 | 69.07 | - |
| YUV | 187.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 210 | 0.32 | 0.02 | 0 | 0.18 | 184.48 | 0.43 | 0.69 |
| Hex | 8F | CD | D2 | 20 | 2 | 0 | 12 | B8 | 2B | 45 |
| Octal | 217 | 315 | 322 | 40 | 2 | 0 | 22 | 270 | 53 | 105 |
| Binary | 10001111 | 11001101 | 11010010 | 100000 | 10 | 0 | 10010 | 10111000 | 101011 | 1000101 |
Color Harmonies of #8FCDD2
Complementary color
Monochromatic Colors of #8FCDD2
Black with #8FCDD2
Text Example
Text Example
White with #8FCDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDD2; }
p { color: rgb(143,205,210); }
H1.HeaderClassName
{
color: #8FCDD2;
}
.AnyTagClassName
{
color: #8FCDD2;
}
</style>
background-color css
<style>
a { background-color: #8FCDD2; }
a { background-color: rgb(143,205,210); }
div.DivClassName
{
background-color: #8FCDD2;
}
.BgClassName
{
background-color: #8FCDD2;
}
</style>
border-color css
<style>
span { border-color: #8FCDD2; }
span { border-color: rgb(143,205,210); }
td.TdClassName
{
border-color: #8FCDD2;
}
.TagClassName
{
border-color: #8FCDD2;
}
</style>