#8FDFDA

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

Shades of Morning Glory #8FDFDA

Tints of Morning Glory #8FDFDA

Color information

#8FDFDA (or 0x8FDFDA) is unknown color: approx Morning Glory. HEX triplet: 8F, DF and DA. RGB value is (143,223,218). Sum of RGB (Red+Green+Blue) = 143+223+218=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFDA is #702025. Grayscale: #C6C6C6. Windows color (decimal): -7348262 or 14344079. OLE color: 14344079.

HSL color Cylindrical-coordinate representation of color #8FDFDA: hue angle of 176.25º degrees, saturation: 0.56, 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 #8FDFDA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB143223218-
CMYK0.3600.020.13
HSL176.25º55.56%71.76%-
HSV(B)176.25º35.87%87.45%-
XYZ50.3763.6875.97-
YUV198.5113988.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.49%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=24.49%
G=38.18%
B=37.33%

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
Decimal1432232180.3600.020.13176.2555.5671.76
Hex8FDFDA2402Db03848
Octal21733733244021526070110
Binary1000111111011111110110101001000101101101100001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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