Shades of Morning Glory #8FCCCC
Tints of Morning Glory #8FCCCC
RGB
CMYK
RGB Variations
Color information
#8FCCCC (or 0x8FCCCC) is known color: Morning Glory. HEX triplet: 8F, CC and CC. RGB value is (143,204,204). Sum of RGB (Red+Green+Blue) = 143+204+204=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #8FCCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCCC is #703333. Grayscale: #B9B9B9. Windows color (decimal): -7353140 or 13421711. OLE color: 13421711.
HSL color Cylindrical-coordinate representation of color #8FCCCC: hue angle of 180º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCCC is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 143 | 204 | 204 | - |
CMYK | 0.30 | 0 | 0 | 0.2 |
HSL | 180º | 0.37% | 0.68% | - |
HSV(B) | 180º | 0.3% | 0.8% | - |
XYZ | 43.82 | 53.39 | 65.12 | - |
YUV | 185.76 | 138.29 | 97.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 204 | 204 | 0.30 | 0 | 0 | 0.2 | 180 | 0.37 | 0.68 |
Hex | 8F | CC | CC | 1E | 0 | 0 | 14 | B4 | 25 | 44 |
Octal | 217 | 314 | 314 | 36 | 0 | 0 | 24 | 264 | 45 | 104 |
Binary | 10001111 | 11001100 | 11001100 | 11110 | 0 | 0 | 10100 | 10110100 | 100101 | 1000100 |
Color Harmonies of #8FCCCC
Complementary color
Monochromatic Colors of #8FCCCC
Black with #8FCCCC
Text Example
Text Example
White with #8FCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCCC; }
p { color: rgb(143,204,204); }
H1.HeaderClassName
{
color: #8FCCCC;
}
.AnyTagClassName
{
color: #8FCCCC;
}
</style>
background-color css
<style>
a { background-color: #8FCCCC; }
a { background-color: rgb(143,204,204); }
div.DivClassName
{
background-color: #8FCCCC;
}
.BgClassName
{
background-color: #8FCCCC;
}
</style>
border-color css
<style>
span { border-color: #8FCCCC; }
span { border-color: rgb(143,204,204); }
td.TdClassName
{
border-color: #8FCCCC;
}
.TagClassName
{
border-color: #8FCCCC;
}
</style>