#8CF1ED

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

Shades of Electric Blue #8CF1ED

Tints of Electric Blue #8CF1ED

Color information

#8CF1ED (or 0x8CF1ED) is unknown color: approx Electric Blue. HEX triplet: 8C, F1 and ED. RGB value is (140,241,237). Sum of RGB (Red+Green+Blue) = 140+241+237=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF1ED is #730E12. Grayscale: #D2D2D2. Windows color (decimal): -7540243 or 15593868. OLE color: 15593868.

HSL color Cylindrical-coordinate representation of color #8CF1ED: hue angle of 177.62º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF1ED is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB140241237-
CMYK0.4200.020.05
HSL177.62º78.29%74.71%-
HSV(B)177.62º41.91%94.51%-
XYZ57.5674.691.49-
YUV210.34143.0477.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.65%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=22.65%
G=39.00%
B=38.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402412370.4200.020.05177.6278.2974.71
Hex8CF1ED2A025b24e4b
Octal21436135552025262116113
Binary1000110011110001111011011010100101011011001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,241,237); }

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

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

 a { background-color: rgb(140,241,237); }

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

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

 span { border-color: rgb(140,241,237); }

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