#8EFFF3

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

Shades of Electric Blue #8EFFF3

Tints of Electric Blue #8EFFF3

Color information

#8EFFF3 (or 0x8EFFF3) is unknown color: approx Electric Blue. HEX triplet: 8E, FF and F3. RGB value is (142,255,243). Sum of RGB (Red+Green+Blue) = 142+255+243=640 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.19% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFF3 is #71000C. Grayscale: #DBDBDB. Windows color (decimal): -7405581 or 15990670. OLE color: 15990670.

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

Color convert

RGB142255243-
CMYK0.4400.050
HSL173.63º100%77.84%-
HSV(B)173.63º44.31%100%-
XYZ63.0983.7497.63-
YUV219.84141.0672.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.19%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 243 (95.31% from 255) = 37.97%
R=22.19%
G=39.84%
B=37.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552430.4400.050173.6310077.84
Hex8EFFF32C050ae644e
Octal21637736354050256144116
Binary100011101111111111110011101100010101010111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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