#8ED2DA

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

Shades of Spray #8ED2DA

Tints of Spray #8ED2DA

Color information

#8ED2DA (or 0x8ED2DA) is unknown color: approx Spray. HEX triplet: 8E, D2 and DA. RGB value is (142,210,218). Sum of RGB (Red+Green+Blue) = 142+210+218=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ED2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED2DA is #712D25. Grayscale: #BEBEBE. Windows color (decimal): -7417126 or 14340750. OLE color: 14340750.

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

Color convert

RGB142210218-
CMYK0.350.0400.15
HSL186.32º50.67%70.59%-
HSV(B)186.32º34.86%85.49%-
XYZ46.8656.9174.84-
YUV190.58143.4793.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.91%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=24.91%
G=36.84%
B=38.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422102180.350.0400.15186.3250.6770.59
Hex8ED2DA2340Fba3347
Octal21632233243401727263107
Binary10001110110100101101101010001110001111101110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,210,218); }

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

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

 a { background-color: rgb(142,210,218); }

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

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

 span { border-color: rgb(142,210,218); }

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