#7CFBF0

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

Shades of Electric Blue #7CFBF0

Tints of Electric Blue #7CFBF0

Color information

#7CFBF0 (or 0x7CFBF0) is unknown color: approx Electric Blue. HEX triplet: 7C, FB and F0. RGB value is (124,251,240). Sum of RGB (Red+Green+Blue) = 124+251+240=615 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.16% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFBF0 is #83040F. Grayscale: #D3D3D3. Windows color (decimal): -8586256 or 15793020. OLE color: 15793020.

HSL color Cylindrical-coordinate representation of color #7CFBF0: hue angle of 174.8º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFBF0 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB124251240-
CMYK0.5100.040.02
HSL174.8º94.07%73.53%-
HSV(B)174.8º50.6%98.43%-
XYZ58.5479.5794.71-
YUV211.77143.9265.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.16%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=20.16%
G=40.81%
B=39.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242512400.5100.040.02174.894.0773.53
Hex7CFBF033042af5e4a
Octal17437336063042257136112
Binary111110011111011111100001100110100101010111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,251,240); }

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

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

 a { background-color: rgb(124,251,240); }

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

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

 span { border-color: rgb(124,251,240); }

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