#7FF3EB

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

Shades of Electric Blue #7FF3EB

Tints of Electric Blue #7FF3EB

Color information

#7FF3EB (or 0x7FF3EB) is unknown color: approx Electric Blue. HEX triplet: 7F, F3 and EB. RGB value is (127,243,235). Sum of RGB (Red+Green+Blue) = 127+243+235=605 (80% of max value = 765). Red value is 127 (50% from 255 or 20.99% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF3EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF3EB is #800C14. Grayscale: #CFCFCF. Windows color (decimal): -8391701 or 15463295. OLE color: 15463295.

HSL color Cylindrical-coordinate representation of color #7FF3EB: hue angle of 175.86º 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 #7FF3EB is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB127243235-
CMYK0.4800.030.05
HSL175.86º82.86%72.55%-
HSV(B)175.86º47.74%95.29%-
XYZ55.874.6190.06-
YUV207.4143.5770.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.99%
GREEN value IS 243 (95.31% from 255) = 40.17%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=20.99%
G=40.17%
B=38.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272432350.4800.030.05175.8682.8672.55
Hex7FF3EB30035b05349
Octal17736335360035260123111
Binary111111111110011111010111100000111011011000010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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