#7FEAF3

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

Shades of Electric Blue #7FEAF3

Tints of Electric Blue #7FEAF3

Color information

#7FEAF3 (or 0x7FEAF3) is unknown color: approx Electric Blue. HEX triplet: 7F, EA and F3. RGB value is (127,234,243). Sum of RGB (Red+Green+Blue) = 127+234+243=604 (80% of max value = 765). Red value is 127 (50% from 255 or 21.03% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #7FEAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEAF3 is #80150C. Grayscale: #CACACA. Windows color (decimal): -8393997 or 15985279. OLE color: 15985279.

HSL color Cylindrical-coordinate representation of color #7FEAF3: hue angle of 184.66º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FEAF3 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB127234243-
CMYK0.480.0400.05
HSL184.66º82.86%72.55%-
HSV(B)184.66º47.74%95.29%-
XYZ54.3569.8395.41-
YUV203.03150.5573.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.03%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=21.03%
G=38.74%
B=40.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272342430.480.0400.05184.6682.8672.55
Hex7FEAF330405b95349
Octal17735236360405271123111
Binary1111111111010101111001111000010001011011100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FEAF3; }

 p { color: rgb(127,234,243); }

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

<style>
 a { background-color: #7FEAF3; }

 a { background-color: rgb(127,234,243); }

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

<style>
 span { border-color: #7FEAF3; }

 span { border-color: rgb(127,234,243); }

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