#8CEBF0

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

Shades of Electric Blue #8CEBF0

Tints of Electric Blue #8CEBF0

Color information

#8CEBF0 (or 0x8CEBF0) is unknown color: approx Electric Blue. HEX triplet: 8C, EB and F0. RGB value is (140,235,240). Sum of RGB (Red+Green+Blue) = 140+235+240=615 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.76% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #8CEBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEBF0 is #73140F. Grayscale: #CFCFCF. Windows color (decimal): -7541776 or 15788940. OLE color: 15788940.

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

Color convert

RGB140235240-
CMYK0.420.0200.06
HSL183º76.92%74.51%-
HSV(B)183º41.67%94.12%-
XYZ56.2571.2893.23-
YUV207.17146.5380.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.76%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=22.76%
G=38.21%
B=39.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402352400.420.0200.0618376.9274.51
Hex8CEBF02A206b74d4b
Octal21435336052206267115113
Binary1000110011101011111100001010101001101011011110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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