#8CD7DA

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

Shades of Morning Glory #8CD7DA

Tints of Morning Glory #8CD7DA

Color information

#8CD7DA (or 0x8CD7DA) is unknown color: approx Morning Glory. HEX triplet: 8C, D7 and DA. RGB value is (140,215,218). Sum of RGB (Red+Green+Blue) = 140+215+218=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CD7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD7DA is #732825. Grayscale: #C0C0C0. Windows color (decimal): -7546918 or 14342028. OLE color: 14342028.

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

Color convert

RGB140215218-
CMYK0.360.0100.15
HSL182.31º51.32%70.2%-
HSV(B)182.31º35.78%85.49%-
XYZ47.7759.2475.25-
YUV192.92142.1590.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.43%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=24.43%
G=37.52%
B=38.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402152180.360.0100.15182.3151.3270.2
Hex8CD7DA2410Fb63346
Octal21432733244101726663106
Binary100011001101011111011010100100101111101101101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,215,218); }

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

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

 a { background-color: rgb(140,215,218); }

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

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

 span { border-color: rgb(140,215,218); }

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