#8EFDFD

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

Shades of Electric Blue #8EFDFD

Tints of Electric Blue #8EFDFD

Color information

#8EFDFD (or 0x8EFDFD) is unknown color: approx Electric Blue. HEX triplet: 8E, FD and FD. RGB value is (142,253,253). Sum of RGB (Red+Green+Blue) = 142+253+253=648 (85% of max value = 765). Red value is 142 (55.86% from 255 or 21.91% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #8EFDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDFD is #710202. Grayscale: #DBDBDB. Windows color (decimal): -7406083 or 16645518. OLE color: 16645518.

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

Color convert

RGB142253253-
CMYK0.44000.01
HSL180º96.52%77.45%-
HSV(B)180º43.87%99.22%-
XYZ64.0183.09105.59-
YUV219.81146.7372.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 21.91%
GREEN value IS 253 (99.22% from 255) = 39.04%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=21.91%
G=39.04%
B=39.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422532530.44000.0118096.5277.45
Hex8EFDFD2C001b4614d
Octal21637537554001264141115
Binary1000111011111101111111011011000011011010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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