#8CF0E6

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

Shades of Electric Blue #8CF0E6

Tints of Electric Blue #8CF0E6

Color information

#8CF0E6 (or 0x8CF0E6) is unknown color: approx Electric Blue. HEX triplet: 8C, F0 and E6. RGB value is (140,240,230). Sum of RGB (Red+Green+Blue) = 140+240+230=610 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.95% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF0E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF0E6 is #730F19. Grayscale: #D0D0D0. Windows color (decimal): -7540506 or 15134860. OLE color: 15134860.

HSL color Cylindrical-coordinate representation of color #8CF0E6: hue angle of 174º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF0E6 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB140240230-
CMYK0.4200.040.06
HSL174º76.92%74.51%-
HSV(B)174º41.67%94.12%-
XYZ56.2673.6186.11-
YUV208.96139.8778.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.95%
GREEN value IS 240 (94.14% from 255) = 39.34%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=22.95%
G=39.34%
B=37.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402402300.4200.040.0617476.9274.51
Hex8CF0E62A046ae4d4b
Octal21436034652046256115113
Binary10001100111100001110011010101001001101010111010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,240,230); }

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

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

 a { background-color: rgb(140,240,230); }

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

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

 span { border-color: rgb(140,240,230); }

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