Html Css Color HEX #8CDDDA Morning Glory

📋 copy color: '#8CDDDA'

red 140 ◦ green 221 ◦ blue 218

#8CDDDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #8CDDDA

Tints of Morning Glory #8CDDDA

RGB

 RED value IS 140 (55.08% from 255) = 24.18%

 GREEN value IS 221 (86.72% from 255) = 38.17%

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 24.18%
G = 38.17%
B = 37.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#8CDDDA (or 0x8CDDDA) is known color: Morning Glory. HEX triplet: 8C, DD and DA. RGB value is (140,221,218). Sum of RGB (Red+Green+Blue) = 140+221+218=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDDA is #732225. Grayscale: #C4C4C4. Windows color (decimal): -7545382 or 14343564. OLE color: 14343564.

HSL color Cylindrical-coordinate representation of color #8CDDDA: hue angle of 177.78º degrees, saturation: 0.54, 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 #8CDDDA is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 218 -
CMYK 0.37 0 0.01 0.13
HSL 177.78º 0.54% 0.71% -
HSV(B) 177.78º 0.37% 0.87% -
XYZ 49.33 62.35 75.76 -
YUV 196.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 140 221 218 0.37 0 0.01 0.13 177.78 0.54 0.71
Hex 8C DD DA 25 0 1 D B2 36 47
Octal 214 335 332 45 0 1 15 262 66 107
Binary 10001100 11011101 11011010 100101 0 1 1101 10110010 110110 1000111

Color Harmonies of #8CDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDDA

Black with #8CDDDA

Text Example


Text Example

White with #8CDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CDDDA;
 }
 .AnyTagClassName
 {
   color: #8CDDDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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