Html Css Color HEX #8EF1EC Electric Blue

📋 copy color: '#8EF1EC'

red 142 ◦ green 241 ◦ blue 236

#8EF1EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #8EF1EC

Tints of Electric Blue #8EF1EC

RGB

 RED value IS 142 (55.86% from 255) = 22.94%

 GREEN value IS 241 (94.53% from 255) = 38.93%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 22.94%
G = 38.93%
B = 38.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#8EF1EC (or 0x8EF1EC) is known color: Electric Blue. HEX triplet: 8E, F1 and EC. RGB value is (142,241,236). Sum of RGB (Red+Green+Blue) = 142+241+236=619 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.94% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF1EC is #710E13. Grayscale: #D2D2D2. Windows color (decimal): -7409172 or 15528334. OLE color: 15528334.

HSL color Cylindrical-coordinate representation of color #8EF1EC: hue angle of 176.97º 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 #8EF1EC is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 241 236 -
CMYK 0.41 0 0.02 0.05
HSL 176.97º 0.78% 0.75% -
HSV(B) 176.97º 0.41% 0.95% -
XYZ 57.75 74.72 90.74 -
YUV 210.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 142 241 236 0.41 0 0.02 0.05 176.97 0.78 0.75
Hex 8E F1 EC 29 0 2 5 B1 4E 4B
Octal 216 361 354 51 0 2 5 261 116 113
Binary 10001110 11110001 11101100 101001 0 10 101 10110001 1001110 1001011

Color Harmonies of #8EF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF1EC

Black with #8EF1EC

Text Example


Text Example

White with #8EF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,241,236); }

 H1.HeaderClassName
 {
   color: #8EF1EC;
 }
 .AnyTagClassName
 {
   color: #8EF1EC;
 }
</style>

background-color css

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

 a { background-color: rgb(142,241,236); }

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

border-color css

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

 span { border-color: rgb(142,241,236); }

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