#8FC8CD

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

Shades of Morning Glory #8FC8CD

Tints of Morning Glory #8FC8CD

Color information

#8FC8CD (or 0x8FC8CD) is unknown color: approx Morning Glory. HEX triplet: 8F, C8 and CD. RGB value is (143,200,205). Sum of RGB (Red+Green+Blue) = 143+200+205=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FC8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC8CD is #703732. Grayscale: #B7B7B7. Windows color (decimal): -7354163 or 13486223. OLE color: 13486223.

HSL color Cylindrical-coordinate representation of color #8FC8CD: hue angle of 184.84º degrees, saturation: 0.38, 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 #8FC8CD is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143200205-
CMYK0.300.0200.20
HSL184.84º38.27%68.24%-
HSV(B)184.84º30.24%80.39%-
XYZ4351.5665.44-
YUV183.53140.1299.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.09%
GREEN value IS 200 (78.52% from 255) = 36.50%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=26.09%
G=36.50%
B=37.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432002050.300.0200.20184.8438.2768.24
Hex8FC8CD1E2014b92644
Octal21731031536202427146104
Binary1000111111001000110011011111010010100101110011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,200,205); }

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

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

 a { background-color: rgb(143,200,205); }

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

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

 span { border-color: rgb(143,200,205); }

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