Html Css Color HEX #8EFEEE Electric Blue

📋 copy color: '#8EFEEE'

red 142 ◦ green 254 ◦ blue 238

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

Shades of Electric Blue #8EFEEE

Tints of Electric Blue #8EFEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 22.4%
G = 40.06%
B = 37.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#8EFEEE (or 0x8EFEEE) is known color: Electric Blue. HEX triplet: 8E, FE and EE. RGB value is (142,254,238). Sum of RGB (Red+Green+Blue) = 142+254+238=634 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.40% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFEEE is #710111. Grayscale: #DADADA. Windows color (decimal): -7405842 or 15662734. OLE color: 15662734.

HSL color Cylindrical-coordinate representation of color #8EFEEE: hue angle of 171.43º 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 #8EFEEE is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 142 254 238 -
CMYK 0.44 0 0.06 0.00
HSL 171.43º 0.98% 0.78% -
HSV(B) 171.43º 0.44% 1% -
XYZ 62.03 82.81 93.6 -
YUV 218.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 142 254 238 0.44 0 0.06 0.00 171.43 0.98 0.78
Hex 8E FE EE 2C 0 6 0 AB 62 4E
Octal 216 376 356 54 0 6 0 253 142 116
Binary 10001110 11111110 11101110 101100 0 110 0 10101011 1100010 1001110

Color Harmonies of #8EFEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFEEE

Black with #8EFEEE

Text Example


Text Example

White with #8EFEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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