#8ED1DA

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

Shades of Spray #8ED1DA

Tints of Spray #8ED1DA

Color information

#8ED1DA (or 0x8ED1DA) is unknown color: approx Spray. HEX triplet: 8E, D1 and DA. RGB value is (142,209,218). Sum of RGB (Red+Green+Blue) = 142+209+218=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ED1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED1DA is #712E25. Grayscale: #BDBDBD. Windows color (decimal): -7417382 or 14340494. OLE color: 14340494.

HSL color Cylindrical-coordinate representation of color #8ED1DA: hue angle of 187.11º 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 #8ED1DA is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142209218-
CMYK0.350.0400.15
HSL187.11º50.67%70.59%-
HSV(B)187.11º34.86%85.49%-
XYZ46.6156.4174.76-
YUV189.99143.893.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 209 (82.03% from 255) = 36.73%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=24.96%
G=36.73%
B=38.31%

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
Decimal1422092180.350.0400.15187.1150.6770.59
Hex8ED1DA2340Fbb3347
Octal21632133243401727363107
Binary10001110110100011101101010001110001111101110111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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