#8DF0EB

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

Shades of Electric Blue #8DF0EB

Tints of Electric Blue #8DF0EB

Color information

#8DF0EB (or 0x8DF0EB) is unknown color: approx Electric Blue. HEX triplet: 8D, F0 and EB. RGB value is (141,240,235). Sum of RGB (Red+Green+Blue) = 141+240+235=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF0EB is #720F14. Grayscale: #D1D1D1. Windows color (decimal): -7474965 or 15462541. OLE color: 15462541.

HSL color Cylindrical-coordinate representation of color #8DF0EB: hue angle of 176.97º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF0EB is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB141240235-
CMYK0.4100.020.06
HSL176.97º76.74%74.71%-
HSV(B)176.97º41.25%94.12%-
XYZ57.1473.9889.87-
YUV209.83142.278.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.89%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=22.89%
G=38.96%
B=38.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412402350.4100.020.06176.9776.7474.71
Hex8DF0EB29026b14d4b
Octal21536035351026261115113
Binary1000110111110000111010111010010101101011000110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,240,235); }

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

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

 a { background-color: rgb(141,240,235); }

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

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

 span { border-color: rgb(141,240,235); }

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