#8cf5f3

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

Shades of Electric Blue #8CF5F3

Tints of Electric Blue #8CF5F3

Color information

#8CF5F3 (or 0x8CF5F3) is unknown color: approx Electric Blue. HEX triplet: 8C, F5 and F3. RGB value is (140,245,243). Sum of RGB (Red+Green+Blue) = 140+245+243=628 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.29% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF5F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF5F3 is #730A0C. Grayscale: #D5D5D5. Windows color (decimal): -7539213 or 15988108. OLE color: 15988108.

HSL color Cylindrical-coordinate representation of color #8CF5F3: hue angle of 178.86º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF5F3 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB140245243-
CMYK0.4300.010.04
HSL178.86º84%75.49%-
HSV(B)178.86º42.86%96.08%-
XYZ59.6577.3596.58-
YUV213.38144.7175.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.29%
GREEN value IS 245 (96.09% from 255) = 39.01%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=22.29%
G=39.01%
B=38.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402452430.4300.010.04178.868475.49
Hex8CF5F32B014b3544b
Octal21436536353014263124113
Binary100011001111010111110011101011011001011001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cf5f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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