Html Css Color HEX #8FF1EC Electric Blue

📋 copy color: '#8FF1EC'

red 143 ◦ green 241 ◦ blue 236

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

Shades of Electric Blue #8FF1EC

Tints of Electric Blue #8FF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.87%

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

R = 23.06%
G = 38.87%
B = 38.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#8FF1EC (or 0x8FF1EC) is known color: Electric Blue. HEX triplet: 8F, F1 and EC. RGB value is (143,241,236). Sum of RGB (Red+Green+Blue) = 143+241+236=620 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.06% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF1EC is #700E13. Grayscale: #D3D3D3. Windows color (decimal): -7343636 or 15528335. OLE color: 15528335.

HSL color Cylindrical-coordinate representation of color #8FF1EC: hue angle of 176.94º degrees, saturation: 0.78, 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 #8FF1EC is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 241 236 -
CMYK 0.41 0 0.02 0.05
HSL 176.94º 0.78% 0.75% -
HSV(B) 176.94º 0.41% 0.95% -
XYZ 57.92 74.81 90.74 -
YUV 211.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 143 241 236 0.41 0 0.02 0.05 176.94 0.78 0.75
Hex 8F F1 EC 29 0 2 5 B1 4E 4B
Octal 217 361 354 51 0 2 5 261 116 113
Binary 10001111 11110001 11101100 101001 0 10 101 10110001 1001110 1001011

Color Harmonies of #8FF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF1EC

Black with #8FF1EC

Text Example


Text Example

White with #8FF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,241,236); }

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

background-color css

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

 a { background-color: rgb(143,241,236); }

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

border-color css

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

 span { border-color: rgb(143,241,236); }

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