#8EEEF6

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

Shades of Electric Blue #8EEEF6

Tints of Electric Blue #8EEEF6

Color information

#8EEEF6 (or 0x8EEEF6) is unknown color: approx Electric Blue. HEX triplet: 8E, EE and F6. RGB value is (142,238,246). Sum of RGB (Red+Green+Blue) = 142+238+246=626 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.68% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #8EEEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEEF6 is #711109. Grayscale: #D2D2D2. Windows color (decimal): -7409930 or 16182926. OLE color: 16182926.

HSL color Cylindrical-coordinate representation of color #8EEEF6: hue angle of 184.62º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EEEF6 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142238246-
CMYK0.420.0300.04
HSL184.62º85.25%76.08%-
HSV(B)184.62º42.28%96.47%-
XYZ58.3673.5598.31-
YUV210.21148.279.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.68%
GREEN value IS 238 (93.36% from 255) = 38.02%
BLUE value IS 246 (96.48% from 255) = 39.30%
R=22.68%
G=38.02%
B=39.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422382460.420.0300.04184.6285.2576.08
Hex8EEEF62A304b9554c
Octal21635636652304271125114
Binary1000111011101110111101101010101101001011100110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,238,246); }

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

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

 a { background-color: rgb(142,238,246); }

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

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

 span { border-color: rgb(142,238,246); }

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