Html Css Color HEX #8EFFEE Electric Blue

📋 copy color: '#8EFFEE'

red 142 ◦ green 255 ◦ blue 238

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

Shades of Electric Blue #8EFFEE

Tints of Electric Blue #8EFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 40.16%

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

R = 22.36%
G = 40.16%
B = 37.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#8EFFEE (or 0x8EFFEE) is known color: Electric Blue. HEX triplet: 8E, FF and EE. RGB value is (142,255,238). Sum of RGB (Red+Green+Blue) = 142+255+238=635 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.36% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFEE is #710011. Grayscale: #DBDBDB. Windows color (decimal): -7405586 or 15662990. OLE color: 15662990.

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

Color convert

RGB 142 255 238 -
CMYK 0.44 0 0.07 0
HSL 170.97º 1% 0.78% -
HSV(B) 170.97º 0.44% 1% -
XYZ 62.35 83.44 93.71 -
YUV 219.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 142 255 238 0.44 0 0.07 0 170.97 1 0.78
Hex 8E FF EE 2C 0 7 0 AB 64 4E
Octal 216 377 356 54 0 7 0 253 144 116
Binary 10001110 11111111 11101110 101100 0 111 0 10101011 1100100 1001110

Color Harmonies of #8EFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFFEE

Black with #8EFFEE

Text Example


Text Example

White with #8EFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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