#8CECEE

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

Shades of Electric Blue #8CECEE

Tints of Electric Blue #8CECEE

Color information

#8CECEE (or 0x8CECEE) is unknown color: approx Electric Blue. HEX triplet: 8C, EC and EE. RGB value is (140,236,238). Sum of RGB (Red+Green+Blue) = 140+236+238=614 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.80% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECEE is #731311. Grayscale: #CFCFCF. Windows color (decimal): -7541522 or 15658124. OLE color: 15658124.

HSL color Cylindrical-coordinate representation of color #8CECEE: hue angle of 181.22º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECEE is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140236238-
CMYK0.410.0100.07
HSL181.22º74.24%74.12%-
HSV(B)181.22º41.18%93.33%-
XYZ56.2471.7491.77-
YUV207.52145.279.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.80%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=22.80%
G=38.44%
B=38.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402362380.410.0100.07181.2274.2474.12
Hex8CECEE29107b54a4a
Octal21435435651107265112112
Binary100011001110110011101110101001101111011010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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