#8FC7CE

Color #8FC7CE Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #8FC7CE

Tints of Morning Glory #8FC7CE

Color information

#8FC7CE (or 0x8FC7CE) is unknown color: approx Morning Glory. HEX triplet: 8F, C7 and CE. RGB value is (143,199,206). Sum of RGB (Red+Green+Blue) = 143+199+206=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FC7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC7CE is #703831. Grayscale: #B6B6B6. Windows color (decimal): -7354418 or 13551503. OLE color: 13551503.

HSL color Cylindrical-coordinate representation of color #8FC7CE: hue angle of 186.67º 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 #8FC7CE is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143199206-
CMYK0.310.0300.19
HSL186.67º39.13%68.43%-
HSV(B)186.67º30.58%80.78%-
XYZ42.8951.1466-
YUV183.05140.9599.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 26.09%
GREEN value IS 199 (78.12% from 255) = 36.31%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=26.09%
G=36.31%
B=37.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431992060.310.0300.19186.6739.1368.43
Hex8FC7CE1F3013bb2744
Octal21730731637302327347104
Binary1000111111000111110011101111111010011101110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC7CE; }

 p { color: rgb(143,199,206); }

 H1.HeaderClassName
 {
   color: #8FC7CE;
 }
 .AnyTagClassName
 {
   color: #8FC7CE;
 }
</style>
background-color css

<style>
 a { background-color: #8FC7CE; }

 a { background-color: rgb(143,199,206); }

 div.DivClassName
 {
   background-color: #8FC7CE;
 }
 .BgClassName
 {
   background-color: #8FC7CE;
 }
</style>
border-color css

<style>
 span { border-color: #8FC7CE; }

 span { border-color: rgb(143,199,206); }

 td.TdClassName
 {
   border-color: #8FC7CE;
 }
 .TagClassName
 {
   border-color: #8FC7CE;
 }
</style>