#8EFFF1

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

Shades of Electric Blue #8EFFF1

Tints of Electric Blue #8EFFF1

Color information

#8EFFF1 (or 0x8EFFF1) is unknown color: approx Electric Blue. HEX triplet: 8E, FF and F1. RGB value is (142,255,241). Sum of RGB (Red+Green+Blue) = 142+255+241=638 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.26% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFF1 is #71000E. Grayscale: #DBDBDB. Windows color (decimal): -7405583 or 15859598. OLE color: 15859598.

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

Color convert

RGB142255241-
CMYK0.4400.050
HSL172.57º100%77.84%-
HSV(B)172.57º44.31%100%-
XYZ62.7983.6296.05-
YUV219.62140.0672.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.26%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=22.26%
G=39.97%
B=37.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552410.4400.050172.5710077.84
Hex8EFFF12C050ad644e
Octal21637736154050255144116
Binary100011101111111111110001101100010101010110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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