#8CF3EE

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

Shades of Electric Blue #8CF3EE

Tints of Electric Blue #8CF3EE

Color information

#8CF3EE (or 0x8CF3EE) is unknown color: approx Electric Blue. HEX triplet: 8C, F3 and EE. RGB value is (140,243,238). Sum of RGB (Red+Green+Blue) = 140+243+238=621 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.54% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF3EE is #730C11. Grayscale: #D3D3D3. Windows color (decimal): -7539730 or 15659916. OLE color: 15659916.

HSL color Cylindrical-coordinate representation of color #8CF3EE: hue angle of 177.09º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF3EE is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB140243238-
CMYK0.4200.020.05
HSL177.09º81.1%75.1%-
HSV(B)177.09º42.39%95.29%-
XYZ58.375.8592.46-
YUV211.63142.8876.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.54%
GREEN value IS 243 (95.31% from 255) = 39.13%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=22.54%
G=39.13%
B=38.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402432380.4200.020.05177.0981.175.1
Hex8CF3EE2A025b1514b
Octal21436335652025261121113
Binary1000110011110011111011101010100101011011000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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