#8DF1EB

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

Shades of Electric Blue #8DF1EB

Tints of Electric Blue #8DF1EB

Color information

#8DF1EB (or 0x8DF1EB) is unknown color: approx Electric Blue. HEX triplet: 8D, F1 and EB. RGB value is (141,241,235). Sum of RGB (Red+Green+Blue) = 141+241+235=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1EB is #720E14. Grayscale: #D2D2D2. Windows color (decimal): -7474709 or 15462797. OLE color: 15462797.

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

Color convert

RGB141241235-
CMYK0.4100.020.05
HSL176.4º78.12%74.9%-
HSV(B)176.4º41.49%94.51%-
XYZ57.4474.5789.96-
YUV210.42141.8778.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.85%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=22.85%
G=39.06%
B=38.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412412350.4100.020.05176.478.1274.9
Hex8DF1EB29025b04e4b
Octal21536135351025260116113
Binary1000110111110001111010111010010101011011000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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