#8CF9EA

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

Shades of Electric Blue #8CF9EA

Tints of Electric Blue #8CF9EA

Color information

#8CF9EA (or 0x8CF9EA) is unknown color: approx Electric Blue. HEX triplet: 8C, F9 and EA. RGB value is (140,249,234). Sum of RGB (Red+Green+Blue) = 140+249+234=623 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.47% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF9EA is #730615. Grayscale: #D6D6D6. Windows color (decimal): -7538198 or 15399308. OLE color: 15399308.

HSL color Cylindrical-coordinate representation of color #8CF9EA: hue angle of 171.74º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CF9EA is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB140249234-
CMYK0.4400.060.02
HSL171.74º90.08%76.27%-
HSV(B)171.74º43.78%97.65%-
XYZ59.5479.2790-
YUV214.7138.8974.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.47%
GREEN value IS 249 (97.66% from 255) = 39.97%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=22.47%
G=39.97%
B=37.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402492340.4400.060.02171.7490.0876.27
Hex8CF9EA2C062ac5a4c
Octal21437135254062254132114
Binary1000110011111001111010101011000110101010110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,249,234); }

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

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

 a { background-color: rgb(140,249,234); }

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

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

 span { border-color: rgb(140,249,234); }

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