Html Css Color HEX #8EF4E8 Electric Blue

📋 copy color: '#8EF4E8'

red 142 ◦ green 244 ◦ blue 232

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

Shades of Electric Blue #8EF4E8

Tints of Electric Blue #8EF4E8

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.48%

 BLUE value IS 232 (91.02% from 255) = 37.54%

R = 22.98%
G = 39.48%
B = 37.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#8EF4E8 (or 0x8EF4E8) is known color: Electric Blue. HEX triplet: 8E, F4 and E8. RGB value is (142,244,232). Sum of RGB (Red+Green+Blue) = 142+244+232=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF4E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF4E8 is #710B17. Grayscale: #D4D4D4. Windows color (decimal): -7408408 or 15266958. OLE color: 15266958.

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

Color convert

RGB 142 244 232 -
CMYK 0.42 0 0.05 0.04
HSL 172.94º 0.82% 0.76% -
HSV(B) 172.94º 0.42% 0.96% -
XYZ 58.07 76.28 88.01 -
YUV 212.13 139.21 77.98 -
System Red Green Blue C M Y K H S L
Decimal 142 244 232 0.42 0 0.05 0.04 172.94 0.82 0.76
Hex 8E F4 E8 2A 0 5 4 AD 52 4C
Octal 216 364 350 52 0 5 4 255 122 114
Binary 10001110 11110100 11101000 101010 0 101 100 10101101 1010010 1001100

Color Harmonies of #8EF4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF4E8

Black with #8EF4E8

Text Example


Text Example

White with #8EF4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,244,232); }

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

background-color css

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

 a { background-color: rgb(142,244,232); }

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

border-color css

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

 span { border-color: rgb(142,244,232); }

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