#8CF1EC

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

Shades of Electric Blue #8CF1EC

Tints of Electric Blue #8CF1EC

Color information

#8CF1EC (or 0x8CF1EC) is unknown color: approx Electric Blue. HEX triplet: 8C, F1 and EC. RGB value is (140,241,236). Sum of RGB (Red+Green+Blue) = 140+241+236=617 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.69% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF1EC is #730E13. Grayscale: #D2D2D2. Windows color (decimal): -7540244 or 15528332. OLE color: 15528332.

HSL color Cylindrical-coordinate representation of color #8CF1EC: hue angle of 177.03º 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 #8CF1EC is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB140241236-
CMYK0.4200.020.05
HSL177.03º78.29%74.71%-
HSV(B)177.03º41.91%94.51%-
XYZ57.4174.5490.72-
YUV210.23142.5477.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.69%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=22.69%
G=39.06%
B=38.25%

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
Decimal1402412360.4200.020.05177.0378.2974.71
Hex8CF1EC2A025b14e4b
Octal21436135452025261116113
Binary1000110011110001111011001010100101011011000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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