Html Css Color HEX #8EFEEC Electric Blue

📋 copy color: '#8EFEEC'

red 142 ◦ green 254 ◦ blue 236

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

Shades of Electric Blue #8EFEEC

Tints of Electric Blue #8EFEEC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.19%

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

R = 22.47%
G = 40.19%
B = 37.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#8EFEEC (or 0x8EFEEC) is known color: Electric Blue. HEX triplet: 8E, FE and EC. RGB value is (142,254,236). Sum of RGB (Red+Green+Blue) = 142+254+236=632 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.47% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFEEC is #710113. Grayscale: #DADADA. Windows color (decimal): -7405844 or 15531662. OLE color: 15531662.

HSL color Cylindrical-coordinate representation of color #8EFEEC: hue angle of 170.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFEEC is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 142 254 236 -
CMYK 0.44 0 0.07 0.00
HSL 170.36º 0.98% 0.78% -
HSV(B) 170.36º 0.44% 1% -
XYZ 61.74 82.69 92.06 -
YUV 218.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 142 254 236 0.44 0 0.07 0.00 170.36 0.98 0.78
Hex 8E FE EC 2C 0 7 0 AA 62 4E
Octal 216 376 354 54 0 7 0 252 142 116
Binary 10001110 11111110 11101100 101100 0 111 0 10101010 1100010 1001110

Color Harmonies of #8EFEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFEEC

Black with #8EFEEC

Text Example


Text Example

White with #8EFEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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