#8FFEFA

Color #8FFEFA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #8FFEFA

Tints of Electric Blue #8FFEFA

Color information

#8FFEFA (or 0x8FFEFA) is unknown color: approx Electric Blue. HEX triplet: 8F, FE and FA. RGB value is (143,254,250). Sum of RGB (Red+Green+Blue) = 143+254+250=647 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.10% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEFA is #700105. Grayscale: #DCDCDC. Windows color (decimal): -7340294 or 16449167. OLE color: 16449167.

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

Color convert

RGB143254250-
CMYK0.4400.020.00
HSL177.84º98.23%77.84%-
HSV(B)177.84º43.7%99.61%-
XYZ64.0283.63103.21-
YUV220.36144.7372.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.10%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=22.10%
G=39.26%
B=38.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432542500.4400.020.00177.8498.2377.84
Hex8FFEFA2C020b2624e
Octal21737637254020262142116
Binary10001111111111101111101010110001001011001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,254,250); }

 H1.HeaderClassName
 {
   color: #8FFEFA;
 }
 .AnyTagClassName
 {
   color: #8FFEFA;
 }
</style>
background-color css

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

 a { background-color: rgb(143,254,250); }

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

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

 span { border-color: rgb(143,254,250); }

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