Html Css Color HEX #8FF6EA Electric Blue

📋 copy color: '#8FF6EA'

red 143 ◦ green 246 ◦ blue 234

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

Shades of Electric Blue #8FF6EA

Tints of Electric Blue #8FF6EA

RGB

 RED value IS 143 (56.25% from 255) = 22.95%

 GREEN value IS 246 (96.48% from 255) = 39.49%

 BLUE value IS 234 (91.8% from 255) = 37.56%

R = 22.95%
G = 39.49%
B = 37.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#8FF6EA (or 0x8FF6EA) is known color: Electric Blue. HEX triplet: 8F, F6 and EA. RGB value is (143,246,234). Sum of RGB (Red+Green+Blue) = 143+246+234=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #8FF6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF6EA is #700915. Grayscale: #D5D5D5. Windows color (decimal): -7342358 or 15398543. OLE color: 15398543.

HSL color Cylindrical-coordinate representation of color #8FF6EA: hue angle of 173.01º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF6EA is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 246 234 -
CMYK 0.42 0 0.05 0.04
HSL 173.01º 0.85% 0.76% -
HSV(B) 173.01º 0.42% 0.96% -
XYZ 59.13 77.69 89.72 -
YUV 213.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 143 246 234 0.42 0 0.05 0.04 173.01 0.85 0.76
Hex 8F F6 EA 2A 0 5 4 AD 55 4C
Octal 217 366 352 52 0 5 4 255 125 114
Binary 10001111 11110110 11101010 101010 0 101 100 10101101 1010101 1001100

Color Harmonies of #8FF6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF6EA

Black with #8FF6EA

Text Example


Text Example

White with #8FF6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,246,234); }

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

background-color css

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

 a { background-color: rgb(143,246,234); }

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

border-color css

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

 span { border-color: rgb(143,246,234); }

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