Html Css Color HEX #8FF2EA Electric Blue

📋 copy color: '#8FF2EA'

red 143 ◦ green 242 ◦ blue 234

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

Shades of Electric Blue #8FF2EA

Tints of Electric Blue #8FF2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.1%

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

R = 23.1%
G = 39.1%
B = 37.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#8FF2EA (or 0x8FF2EA) is known color: Electric Blue. HEX triplet: 8F, F2 and EA. RGB value is (143,242,234). Sum of RGB (Red+Green+Blue) = 143+242+234=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF2EA is #700D15. Grayscale: #D3D3D3. Windows color (decimal): -7343382 or 15397519. OLE color: 15397519.

HSL color Cylindrical-coordinate representation of color #8FF2EA: hue angle of 175.15º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF2EA is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 242 234 -
CMYK 0.41 0 0.03 0.05
HSL 175.15º 0.79% 0.75% -
HSV(B) 175.15º 0.41% 0.95% -
XYZ 57.93 75.28 89.32 -
YUV 211.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 143 242 234 0.41 0 0.03 0.05 175.15 0.79 0.75
Hex 8F F2 EA 29 0 3 5 AF 4F 4B
Octal 217 362 352 51 0 3 5 257 117 113
Binary 10001111 11110010 11101010 101001 0 11 101 10101111 1001111 1001011

Color Harmonies of #8FF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF2EA

Black with #8FF2EA

Text Example


Text Example

White with #8FF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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