Html Css Color HEX #8ED4DC Spray

📋 copy color: '#8ED4DC'

red 142 ◦ green 212 ◦ blue 220

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

Shades of Spray #8ED4DC

Tints of Spray #8ED4DC

RGB

 RED value IS 142 (55.86% from 255) = 24.74%

 GREEN value IS 212 (83.2% from 255) = 36.93%

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 24.74%
G = 36.93%
B = 38.33%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8ED4DC (or 0x8ED4DC) is known color: Spray. HEX triplet: 8E, D4 and DC. RGB value is (142,212,220). Sum of RGB (Red+Green+Blue) = 142+212+220=574 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.74% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ED4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED4DC is #712B23. Grayscale: #BFBFBF. Windows color (decimal): -7416612 or 14472334. OLE color: 14472334.

HSL color Cylindrical-coordinate representation of color #8ED4DC: hue angle of 186.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED4DC is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 212 220 -
CMYK 0.35 0.04 0 0.14
HSL 186.15º 0.53% 0.71% -
HSV(B) 186.15º 0.35% 0.86% -
XYZ 47.62 58.01 76.4 -
YUV 191.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 142 212 220 0.35 0.04 0 0.14 186.15 0.53 0.71
Hex 8E D4 DC 23 4 0 E BA 35 47
Octal 216 324 334 43 4 0 16 272 65 107
Binary 10001110 11010100 11011100 100011 100 0 1110 10111010 110101 1000111

Color Harmonies of #8ED4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED4DC

Black with #8ED4DC

Text Example


Text Example

White with #8ED4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,212,220); }

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

background-color css

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

 a { background-color: rgb(142,212,220); }

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

border-color css

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

 span { border-color: rgb(142,212,220); }

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