#8FC7CF

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

Shades of Morning Glory #8FC7CF

Tints of Morning Glory #8FC7CF

Color information

#8FC7CF (or 0x8FC7CF) is unknown color: approx Morning Glory. HEX triplet: 8F, C7 and CF. RGB value is (143,199,207). Sum of RGB (Red+Green+Blue) = 143+199+207=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FC7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC7CF is #703830. Grayscale: #B7B7B7. Windows color (decimal): -7354417 or 13617039. OLE color: 13617039.

HSL color Cylindrical-coordinate representation of color #8FC7CF: hue angle of 187.5º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FC7CF is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143199207-
CMYK0.310.0400.19
HSL187.5º40%68.63%-
HSV(B)187.5º30.92%81.18%-
XYZ43.0151.1966.65-
YUV183.17141.4599.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.05%
GREEN value IS 199 (78.12% from 255) = 36.25%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=26.05%
G=36.25%
B=37.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431992070.310.0400.19187.54068.63
Hex8FC7CF1F4013bc2845
Octal21730731737402327450105
Binary10001111110001111100111111111100010011101111001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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