#8CF9EE

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

Shades of Electric Blue #8CF9EE

Tints of Electric Blue #8CF9EE

Color information

#8CF9EE (or 0x8CF9EE) is unknown color: approx Electric Blue. HEX triplet: 8C, F9 and EE. RGB value is (140,249,238). Sum of RGB (Red+Green+Blue) = 140+249+238=627 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.33% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF9EE is #730611. Grayscale: #D7D7D7. Windows color (decimal): -7538194 or 15661452. OLE color: 15661452.

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

Color convert

RGB140249238-
CMYK0.4400.040.02
HSL173.94º90.08%76.27%-
HSV(B)173.94º43.78%97.65%-
XYZ60.1279.593.07-
YUV215.15140.8974.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.33%
GREEN value IS 249 (97.66% from 255) = 39.71%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=22.33%
G=39.71%
B=37.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402492380.4400.040.02173.9490.0876.27
Hex8CF9EE2C042ae5a4c
Octal21437135654042256132114
Binary1000110011111001111011101011000100101010111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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