Html Css Color HEX #8EFDEC Electric Blue

📋 copy color: '#8EFDEC'

red 142 ◦ green 253 ◦ blue 236

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

Shades of Electric Blue #8EFDEC

Tints of Electric Blue #8EFDEC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.1%

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

R = 22.5%
G = 40.1%
B = 37.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#8EFDEC (or 0x8EFDEC) is known color: Electric Blue. HEX triplet: 8E, FD and EC. RGB value is (142,253,236). Sum of RGB (Red+Green+Blue) = 142+253+236=631 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.50% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDEC is #710213. Grayscale: #D9D9D9. Windows color (decimal): -7406100 or 15531406. OLE color: 15531406.

HSL color Cylindrical-coordinate representation of color #8EFDEC: hue angle of 170.81º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDEC is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 253 236 -
CMYK 0.44 0 0.07 0.01
HSL 170.81º 0.97% 0.77% -
HSV(B) 170.81º 0.44% 0.99% -
XYZ 61.42 82.06 91.96 -
YUV 217.87 138.23 73.88 -
System Red Green Blue C M Y K H S L
Decimal 142 253 236 0.44 0 0.07 0.01 170.81 0.97 0.77
Hex 8E FD EC 2C 0 7 1 AB 61 4D
Octal 216 375 354 54 0 7 1 253 141 115
Binary 10001110 11111101 11101100 101100 0 111 1 10101011 1100001 1001101

Color Harmonies of #8EFDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDEC

Black with #8EFDEC

Text Example


Text Example

White with #8EFDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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