Html Css Color HEX #8EF2EA Electric Blue

📋 copy color: '#8EF2EA'

red 142 ◦ green 242 ◦ blue 234

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

Shades of Electric Blue #8EF2EA

Tints of Electric Blue #8EF2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 234 (91.8% from 255) = 37.86%

R = 22.98%
G = 39.16%
B = 37.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#8EF2EA (or 0x8EF2EA) is known color: Electric Blue. HEX triplet: 8E, F2 and EA. RGB value is (142,242,234). Sum of RGB (Red+Green+Blue) = 142+242+234=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF2EA is #710D15. Grayscale: #D3D3D3. Windows color (decimal): -7408918 or 15397518. OLE color: 15397518.

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

Color convert

RGB 142 242 234 -
CMYK 0.41 0 0.03 0.05
HSL 175.2º 0.79% 0.75% -
HSV(B) 175.2º 0.41% 0.95% -
XYZ 57.76 75.2 89.31 -
YUV 211.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 142 242 234 0.41 0 0.03 0.05 175.2 0.79 0.75
Hex 8E F2 EA 29 0 3 5 AF 4F 4B
Octal 216 362 352 51 0 3 5 257 117 113
Binary 10001110 11110010 11101010 101001 0 11 101 10101111 1001111 1001011

Color Harmonies of #8EF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF2EA

Black with #8EF2EA

Text Example


Text Example

White with #8EF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,242,234); }

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

background-color css

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

 a { background-color: rgb(142,242,234); }

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

border-color css

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

 span { border-color: rgb(142,242,234); }

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