#8FC9CD

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

Shades of Morning Glory #8FC9CD

Tints of Morning Glory #8FC9CD

Color information

#8FC9CD (or 0x8FC9CD) is unknown color: approx Morning Glory. HEX triplet: 8F, C9 and CD. RGB value is (143,201,205). Sum of RGB (Red+Green+Blue) = 143+201+205=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC9CD is #703632. Grayscale: #B8B8B8. Windows color (decimal): -7353907 or 13486479. OLE color: 13486479.

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

Color convert

RGB143201205-
CMYK0.300.0200.20
HSL183.87º38.27%68.24%-
HSV(B)183.87º30.24%80.39%-
XYZ43.2352.0265.52-
YUV184.11139.7898.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.05%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=26.05%
G=36.61%
B=37.34%

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
Decimal1432012050.300.0200.20183.8738.2768.24
Hex8FC9CD1E2014b82644
Octal21731131536202427046104
Binary1000111111001001110011011111010010100101110001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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