#8CDFDD

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

Shades of Morning Glory #8CDFDD

Tints of Morning Glory #8CDFDD

Color information

#8CDFDD (or 0x8CDFDD) is unknown color: approx Morning Glory. HEX triplet: 8C, DF and DD. RGB value is (140,223,221). Sum of RGB (Red+Green+Blue) = 140+223+221=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFDD is #732022. Grayscale: #C5C5C5. Windows color (decimal): -7544867 or 14540684. OLE color: 14540684.

HSL color Cylindrical-coordinate representation of color #8CDFDD: hue angle of 178.55º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDFDD is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB140223221-
CMYK0.3700.010.13
HSL178.55º56.46%71.18%-
HSV(B)178.55º37.22%87.45%-
XYZ50.2563.5778.03-
YUV197.9614186.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.97%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=23.97%
G=38.18%
B=37.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402232210.3700.010.13178.5556.4671.18
Hex8CDFDD2501Db33847
Octal21433733545011526370107
Binary100011001101111111011101100101011101101100111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,223,221); }

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

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

 a { background-color: rgb(140,223,221); }

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

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

 span { border-color: rgb(140,223,221); }

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