#8DF2E9

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

Shades of Electric Blue #8DF2E9

Tints of Electric Blue #8DF2E9

Color information

#8DF2E9 (or 0x8DF2E9) is unknown color: approx Electric Blue. HEX triplet: 8D, F2 and E9. RGB value is (141,242,233). Sum of RGB (Red+Green+Blue) = 141+242+233=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF2E9 is #720D16. Grayscale: #D2D2D2. Windows color (decimal): -7474455 or 15331981. OLE color: 15331981.

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

Color convert

RGB141242233-
CMYK0.4200.040.05
HSL174.65º79.53%75.1%-
HSV(B)174.65º41.74%94.9%-
XYZ57.4475.0588.55-
YUV210.78140.5478.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.89%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=22.89%
G=39.29%
B=37.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412422330.4200.040.05174.6579.5375.1
Hex8DF2E92A045af504b
Octal21536235152045257120113
Binary10001101111100101110100110101001001011010111110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,242,233); }

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

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

 a { background-color: rgb(141,242,233); }

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

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

 span { border-color: rgb(141,242,233); }

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