#8EF6FD

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

Shades of Electric Blue #8EF6FD

Tints of Electric Blue #8EF6FD

Color information

#8EF6FD (or 0x8EF6FD) is unknown color: approx Electric Blue. HEX triplet: 8E, F6 and FD. RGB value is (142,246,253). Sum of RGB (Red+Green+Blue) = 142+246+253=641 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.15% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EF6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF6FD is #710902. Grayscale: #D7D7D7. Windows color (decimal): -7407875 or 16643726. OLE color: 16643726.

HSL color Cylindrical-coordinate representation of color #8EF6FD: hue angle of 183.78º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EF6FD is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142246253-
CMYK0.440.0300.01
HSL183.78º96.52%77.45%-
HSV(B)183.78º43.87%99.22%-
XYZ61.8478.75104.87-
YUV215.7149.0475.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.15%
GREEN value IS 246 (96.48% from 255) = 38.38%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=22.15%
G=38.38%
B=39.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422462530.440.0300.01183.7896.5277.45
Hex8EF6FD2C301b8614d
Octal21636637554301270141115
Binary10001110111101101111110110110011011011100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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