#8EFFFC

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

Shades of Electric Blue #8EFFFC

Tints of Electric Blue #8EFFFC

Color information

#8EFFFC (or 0x8EFFFC) is unknown color: approx Electric Blue. HEX triplet: 8E, FF and FC. RGB value is (142,255,252). Sum of RGB (Red+Green+Blue) = 142+255+252=649 (85% of max value = 765). Red value is 142 (55.86% from 255 or 21.88% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFFC is #710003. Grayscale: #DCDCDC. Windows color (decimal): -7405572 or 16580494. OLE color: 16580494.

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

Color convert

RGB142255252-
CMYK0.4400.010
HSL178.41º100%77.84%-
HSV(B)178.41º44.31%100%-
XYZ64.4984.3104.97-
YUV220.87145.5671.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 21.88%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=21.88%
G=39.29%
B=38.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552520.4400.010178.4110077.84
Hex8EFFFC2C010b2644e
Octal21637737454010262144116
Binary1000111011111111111111001011000101011001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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