#8FCED7

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

Shades of Morning Glory #8FCED7

Tints of Morning Glory #8FCED7

Color information

#8FCED7 (or 0x8FCED7) is unknown color: approx Morning Glory. HEX triplet: 8F, CE and D7. RGB value is (143,206,215). Sum of RGB (Red+Green+Blue) = 143+206+215=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #8FCED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCED7 is #703128. Grayscale: #BCBCBC. Windows color (decimal): -7352617 or 14143119. OLE color: 14143119.

HSL color Cylindrical-coordinate representation of color #8FCED7: hue angle of 187.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FCED7 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB143206215-
CMYK0.330.0400.16
HSL187.5º47.37%70.2%-
HSV(B)187.5º33.49%84.31%-
XYZ45.6654.8972.48-
YUV188.19143.1395.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.35%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=25.35%
G=36.52%
B=38.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432062150.330.0400.16187.547.3770.2
Hex8FCED7214010bc2f46
Octal21731632741402027457106
Binary100011111100111011010111100001100010000101111001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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