#8CEDF3

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

Shades of Electric Blue #8CEDF3

Tints of Electric Blue #8CEDF3

Color information

#8CEDF3 (or 0x8CEDF3) is unknown color: approx Electric Blue. HEX triplet: 8C, ED and F3. RGB value is (140,237,243). Sum of RGB (Red+Green+Blue) = 140+237+243=620 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.58% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #8CEDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEDF3 is #73120C. Grayscale: #D0D0D0. Windows color (decimal): -7541261 or 15986060. OLE color: 15986060.

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

Color convert

RGB140237243-
CMYK0.420.0200.05
HSL183.5º81.1%75.1%-
HSV(B)183.5º42.39%95.29%-
XYZ57.2872.6195.79-
YUV208.68147.3679.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.58%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=22.58%
G=38.23%
B=39.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402372430.420.0200.05183.581.175.1
Hex8CEDF32A205b7514b
Octal21435536352205267121113
Binary1000110011101101111100111010101001011011011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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