#8FDAD8

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

Shades of Morning Glory #8FDAD8

Tints of Morning Glory #8FDAD8

Color information

#8FDAD8 (or 0x8FDAD8) is unknown color: approx Morning Glory. HEX triplet: 8F, DA and D8. RGB value is (143,218,216). Sum of RGB (Red+Green+Blue) = 143+218+216=577 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.78% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAD8 is #702527. Grayscale: #C3C3C3. Windows color (decimal): -7349544 or 14211727. OLE color: 14211727.

HSL color Cylindrical-coordinate representation of color #8FDAD8: hue angle of 178.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDAD8 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB143218216-
CMYK0.3400.010.15
HSL178.4º50.34%70.78%-
HSV(B)178.4º34.4%85.49%-
XYZ48.7960.9474.16-
YUV195.35139.6590.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.78%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=24.78%
G=37.78%
B=37.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432182160.3400.010.15178.450.3470.78
Hex8FDAD82201Fb23247
Octal21733233042011726262107
Binary100011111101101011011000100010011111101100101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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