#8CEFE9

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

Shades of Electric Blue #8CEFE9

Tints of Electric Blue #8CEFE9

Color information

#8CEFE9 (or 0x8CEFE9) is unknown color: approx Electric Blue. HEX triplet: 8C, EF and E9. RGB value is (140,239,233). Sum of RGB (Red+Green+Blue) = 140+239+233=612 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.88% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEFE9 is #731016. Grayscale: #D0D0D0. Windows color (decimal): -7540759 or 15331212. OLE color: 15331212.

HSL color Cylindrical-coordinate representation of color #8CEFE9: hue angle of 176.36º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEFE9 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB140239233-
CMYK0.4100.030.06
HSL176.36º75.57%74.31%-
HSV(B)176.36º41.42%93.73%-
XYZ56.3973.1988.25-
YUV208.71141.778.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.88%
GREEN value IS 239 (93.75% from 255) = 39.05%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=22.88%
G=39.05%
B=38.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402392330.4100.030.06176.3675.5774.31
Hex8CEFE929036b04c4a
Octal21435735151036260114112
Binary1000110011101111111010011010010111101011000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,239,233); }

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

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

 a { background-color: rgb(140,239,233); }

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

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

 span { border-color: rgb(140,239,233); }

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