#8efffd

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

Shades of Electric Blue #8EFFFD

Tints of Electric Blue #8EFFFD

Color information

#8EFFFD (or 0x8EFFFD) is unknown color: approx Electric Blue. HEX triplet: 8E, FF and FD. RGB value is (142,255,253). Sum of RGB (Red+Green+Blue) = 142+255+253=650 (86% of max value = 765). Red value is 142 (55.86% from 255 or 21.85% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFFD is #710002. Grayscale: #DCDCDC. Windows color (decimal): -7405571 or 16646030. OLE color: 16646030.

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

Color convert

RGB142255253-
CMYK0.4400.010
HSL178.94º100%77.84%-
HSV(B)178.94º44.31%100%-
XYZ64.6484.36105.8-
YUV220.98146.0671.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 21.85%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=21.85%
G=39.23%
B=38.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552530.4400.010178.9410077.84
Hex8EFFFD2C010b3644e
Octal21637737554010263144116
Binary1000111011111111111111011011000101011001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8efffd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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