Html Css Color HEX #8EFBED Electric Blue

📋 copy color: '#8EFBED'

red 142 ◦ green 251 ◦ blue 237

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

Shades of Electric Blue #8EFBED

Tints of Electric Blue #8EFBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.84%

 BLUE value IS 237 (92.97% from 255) = 37.62%

R = 22.54%
G = 39.84%
B = 37.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#8EFBED (or 0x8EFBED) is known color: Electric Blue. HEX triplet: 8E, FB and ED. RGB value is (142,251,237). Sum of RGB (Red+Green+Blue) = 142+251+237=630 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.54% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFBED is #710412. Grayscale: #D8D8D8. Windows color (decimal): -7406611 or 15596430. OLE color: 15596430.

HSL color Cylindrical-coordinate representation of color #8EFBED: hue angle of 172.29º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFBED is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 251 237 -
CMYK 0.43 0 0.06 0.02
HSL 172.29º 0.93% 0.77% -
HSV(B) 172.29º 0.43% 0.98% -
XYZ 60.94 80.86 92.52 -
YUV 216.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 142 251 237 0.43 0 0.06 0.02 172.29 0.93 0.77
Hex 8E FB ED 2B 0 6 2 AC 5D 4D
Octal 216 373 355 53 0 6 2 254 135 115
Binary 10001110 11111011 11101101 101011 0 110 10 10101100 1011101 1001101

Color Harmonies of #8EFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFBED

Black with #8EFBED

Text Example


Text Example

White with #8EFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,251,237); }

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

background-color css

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

 a { background-color: rgb(142,251,237); }

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

border-color css

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

 span { border-color: rgb(142,251,237); }

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