#8ED9E0

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

Shades of Spray #8ED9E0

Tints of Spray #8ED9E0

Color information

#8ED9E0 (or 0x8ED9E0) is unknown color: approx Spray. HEX triplet: 8E, D9 and E0. RGB value is (142,217,224). Sum of RGB (Red+Green+Blue) = 142+217+224=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ED9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED9E0 is #71261F. Grayscale: #C3C3C3. Windows color (decimal): -7415328 or 14735758. OLE color: 14735758.

HSL color Cylindrical-coordinate representation of color #8ED9E0: hue angle of 185.12º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ED9E0 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB142217224-
CMYK0.370.0300.12
HSL185.12º56.94%71.76%-
HSV(B)185.12º36.61%87.84%-
XYZ49.4260.7679.64-
YUV195.37144.1589.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.36%
GREEN value IS 217 (85.16% from 255) = 37.22%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=24.36%
G=37.22%
B=38.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422172240.370.0300.12185.1256.9471.76
Hex8ED9E02530Cb93948
Octal21633134045301427171110
Binary1000111011011001111000001001011101100101110011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,217,224); }

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

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

 a { background-color: rgb(142,217,224); }

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

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

 span { border-color: rgb(142,217,224); }

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