Shades of Morning Glory #8FCBCE
Tints of Morning Glory #8FCBCE
RGB
CMYK
RGB Variations
Color information
#8FCBCE (or 0x8FCBCE) is known color: Morning Glory. HEX triplet: 8F, CB and CE. RGB value is (143,203,206). Sum of RGB (Red+Green+Blue) = 143+203+206=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FCBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBCE is #703431. Grayscale: #B9B9B9. Windows color (decimal): -7353394 or 13552527. OLE color: 13552527.
HSL color Cylindrical-coordinate representation of color #8FCBCE: hue angle of 182.86º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCBCE is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 203 | 206 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.19 |
| HSL | 182.86º | 0.39% | 0.68% | - |
| HSV(B) | 182.86º | 0.31% | 0.81% | - |
| XYZ | 43.82 | 53.01 | 66.31 | - |
| YUV | 185.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 206 | 0.31 | 0.01 | 0 | 0.19 | 182.86 | 0.39 | 0.68 |
| Hex | 8F | CB | CE | 1F | 1 | 0 | 13 | B7 | 27 | 44 |
| Octal | 217 | 313 | 316 | 37 | 1 | 0 | 23 | 267 | 47 | 104 |
| Binary | 10001111 | 11001011 | 11001110 | 11111 | 1 | 0 | 10011 | 10110111 | 100111 | 1000100 |
Color Harmonies of #8FCBCE
Complementary color
Monochromatic Colors of #8FCBCE
Black with #8FCBCE
Text Example
Text Example
White with #8FCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBCE; }
p { color: rgb(143,203,206); }
H1.HeaderClassName
{
color: #8FCBCE;
}
.AnyTagClassName
{
color: #8FCBCE;
}
</style>
background-color css
<style>
a { background-color: #8FCBCE; }
a { background-color: rgb(143,203,206); }
div.DivClassName
{
background-color: #8FCBCE;
}
.BgClassName
{
background-color: #8FCBCE;
}
</style>
border-color css
<style>
span { border-color: #8FCBCE; }
span { border-color: rgb(143,203,206); }
td.TdClassName
{
border-color: #8FCBCE;
}
.TagClassName
{
border-color: #8FCBCE;
}
</style>