#8cfff2

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

Shades of Electric Blue #8CFFF2

Tints of Electric Blue #8CFFF2

Color information

#8CFFF2 (or 0x8CFFF2) is unknown color: approx Electric Blue. HEX triplet: 8C, FF and F2. RGB value is (140,255,242). Sum of RGB (Red+Green+Blue) = 140+255+242=637 (84% of max value = 765). Red value is 140 (55.08% from 255 or 21.98% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFF2 is #73000D. Grayscale: #DBDBDB. Windows color (decimal): -7536654 or 15925132. OLE color: 15925132.

HSL color Cylindrical-coordinate representation of color #8CFFF2: hue angle of 173.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFF2 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB140255242-
CMYK0.4500.050
HSL173.22º100%77.45%-
HSV(B)173.22º45.1%100%-
XYZ62.683.5196.82-
YUV219.13140.971.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 21.98%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=21.98%
G=40.03%
B=37.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402552420.4500.050173.2210077.45
Hex8CFFF22D050ad644d
Octal21437736255050255144115
Binary100011001111111111110010101101010101010110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cfff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,255,242); }

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

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

 a { background-color: rgb(140,255,242); }

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

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

 span { border-color: rgb(140,255,242); }

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