#8FDEDA

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

Shades of Morning Glory #8FDEDA

Tints of Morning Glory #8FDEDA

Color information

#8FDEDA (or 0x8FDEDA) is unknown color: approx Morning Glory. HEX triplet: 8F, DE and DA. RGB value is (143,222,218). Sum of RGB (Red+Green+Blue) = 143+222+218=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDEDA is #702125. Grayscale: #C5C5C5. Windows color (decimal): -7348518 or 14343823. OLE color: 14343823.

HSL color Cylindrical-coordinate representation of color #8FDEDA: hue angle of 176.96º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDEDA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB143222218-
CMYK0.3600.020.13
HSL176.96º54.48%71.57%-
HSV(B)176.96º35.59%87.06%-
XYZ50.163.1475.88-
YUV197.92139.3388.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.53%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=24.53%
G=38.08%
B=37.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432222180.3600.020.13176.9654.4871.57
Hex8FDEDA2402Db13648
Octal21733633244021526166110
Binary1000111111011110110110101001000101101101100011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,222,218); }

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

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

 a { background-color: rgb(143,222,218); }

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

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

 span { border-color: rgb(143,222,218); }

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