#8EEFFB

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

Shades of Electric Blue #8EEFFB

Tints of Electric Blue #8EEFFB

Color information

#8EEFFB (or 0x8EEFFB) is unknown color: approx Electric Blue. HEX triplet: 8E, EF and FB. RGB value is (142,239,251). Sum of RGB (Red+Green+Blue) = 142+239+251=632 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.47% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEFFB is #711004. Grayscale: #D3D3D3. Windows color (decimal): -7409669 or 16510862. OLE color: 16510862.

HSL color Cylindrical-coordinate representation of color #8EEFFB: hue angle of 186.61º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EEFFB is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142239251-
CMYK0.430.0500.02
HSL186.61º93.16%77.06%-
HSV(B)186.61º43.43%98.43%-
XYZ59.4374.45102.5-
YUV211.36150.3678.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.47%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=22.47%
G=37.82%
B=39.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422392510.430.0500.02186.6193.1677.06
Hex8EEFFB2B502bb5d4d
Octal21635737353502273135115
Binary1000111011101111111110111010111010101011101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,239,251); }

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

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

 a { background-color: rgb(142,239,251); }

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

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

 span { border-color: rgb(142,239,251); }

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