#8CEEED

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

Shades of Electric Blue #8CEEED

Tints of Electric Blue #8CEEED

Color information

#8CEEED (or 0x8CEEED) is unknown color: approx Electric Blue. HEX triplet: 8C, EE and ED. RGB value is (140,238,237). Sum of RGB (Red+Green+Blue) = 140+238+237=615 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.76% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEEED is #731112. Grayscale: #D0D0D0. Windows color (decimal): -7541011 or 15593100. OLE color: 15593100.

HSL color Cylindrical-coordinate representation of color #8CEEED: hue angle of 179.39º 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 #8CEEED is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB140238237-
CMYK0.4100.000.07
HSL179.39º74.24%74.12%-
HSV(B)179.39º41.18%93.33%-
XYZ56.6872.8491.19-
YUV208.58144.0379.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.76%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=22.76%
G=38.70%
B=38.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402382370.4100.000.07179.3974.2474.12
Hex8CEEED29007b34a4a
Octal21435635551007263112112
Binary100011001110111011101101101001001111011001110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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